C++ Library Extensions 2022.12.09
To help learn modern C++ programming
002-parallel_gnu.cpp File Reference
#include <tpf_chrono_random.hpp>
#include <tpf_output.hpp>
Include dependency graph for 002-parallel_gnu.cpp:

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()
 

Function Documentation

◆ examples_for_random_stop_watch()

void examples_for_random_stop_watch ( )

Definition at line 22 of file 002-parallel_gnu.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 63 of file 002-parallel_gnu.cpp.

Here is the call graph for this function:

Variable Documentation

◆ flush

auto flush = tpf::output::nl()

Definition at line 14 of file 002-parallel_gnu.cpp.

◆ nl

auto nl = "\n"

Definition at line 12 of file 002-parallel_gnu.cpp.

◆ nL

auto nL = "\n\n"

Definition at line 13 of file 002-parallel_gnu.cpp.

◆ stream

tpf::sstream stream

Definition at line 9 of file 002-parallel_gnu.cpp.