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

Go to the source code of this file.

Functions

template<typename ContainerType , typename StopwatchType >
void print_container (size_t index, const ContainerType &container, const StopwatchType &sw, bool bShow=true)
 
void examples_for_parallel_sort ()
 
int main ()
 

Variables

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

Function Documentation

◆ examples_for_parallel_sort()

void examples_for_parallel_sort ( )

Definition at line 39 of file 020-random.cpp.

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

◆ main()

int main ( )

Definition at line 95 of file 020-random.cpp.

Here is the call graph for this function:

◆ print_container()

template<typename ContainerType , typename StopwatchType >
void print_container ( size_t  index,
const ContainerType &  container,
const StopwatchType &  sw,
bool  bShow = true 
)

Definition at line 25 of file 020-random.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ flush

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

Definition at line 22 of file 020-random.cpp.

◆ nl

auto nl = "\n"

Definition at line 20 of file 020-random.cpp.

◆ nL

auto nL = "\n\n"

Definition at line 21 of file 020-random.cpp.

◆ stream

tpf::sstream stream

Definition at line 19 of file 020-random.cpp.