![]() |
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_stop_watch () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | nl = "\n" |
auto | nL = "\n\n" |
auto | flush = tpf::output::nl() |
void examples_for_random_stop_watch | ( | ) |
Definition at line 22 of file 002-parallel_gnu.cpp.
int main | ( | ) |
auto flush = tpf::output::nl() |
Definition at line 14 of file 002-parallel_gnu.cpp.
auto nl = "\n" |
Definition at line 12 of file 002-parallel_gnu.cpp.
auto nL = "\n\n" |
Definition at line 13 of file 002-parallel_gnu.cpp.
tpf::sstream stream |
Definition at line 9 of file 002-parallel_gnu.cpp.