![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Functions | |
void | examples_for_random_stopwatch () |
template<typename ContainerType , typename StopwatchType > | |
void | print_constainer (size_t index, const ContainerType &container, const StopwatchType &sw) |
void | examples_for_serial_sort () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | nl = "\n" |
auto | nL = "\n\n" |
auto | flush = tpf::output::nl() |
void examples_for_random_stopwatch | ( | ) |
void examples_for_serial_sort | ( | ) |
Definition at line 53 of file 001-parallel_sort.cpp.
int main | ( | ) |
void print_constainer | ( | size_t | index, |
const ContainerType & | container, | ||
const StopwatchType & | sw | ||
) |
auto flush = tpf::output::nl() |
Definition at line 9 of file 001-parallel_sort.cpp.
auto nl = "\n" |
Definition at line 7 of file 001-parallel_sort.cpp.
auto nL = "\n\n" |
Definition at line 8 of file 001-parallel_sort.cpp.
tpf::sstream stream |
Definition at line 6 of file 001-parallel_sort.cpp.