|
Thread parallelizion in STL
|
#include <algorithm>#include <chrono>#include <execution>#include <iostream>#include <numeric>#include <random>#include <vector>
Go to the source code of this file.
Functions | |
| template<typename TFunc > | |
| void | RunAndMeasure (const char *title, TFunc func) |
| int | main () |