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

Go to the source code of this file.

Functions

void examples_for_parallel_sort_algorithm ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto nl = "\n"
 
auto nL = "\n\n"
 
auto flush = tpf::output::nl()
 

Function Documentation

◆ examples_for_parallel_sort_algorithm()

void examples_for_parallel_sort_algorithm ( )

Definition at line 33 of file 003-parallel_sort_gnu.cpp.

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

◆ main()

int main ( )

Definition at line 90 of file 003-parallel_sort_gnu.cpp.

Here is the call graph for this function:

Variable Documentation

◆ flush

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

Definition at line 25 of file 003-parallel_sort_gnu.cpp.

◆ nl

auto nl = "\n"

Definition at line 23 of file 003-parallel_sort_gnu.cpp.

◆ nL

auto nL = "\n\n"

Definition at line 24 of file 003-parallel_sort_gnu.cpp.

◆ stream

tpf::sstream stream

Definition at line 20 of file 003-parallel_sort_gnu.cpp.