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

Go to the source code of this file.

Functions

void examples_for_build_permutations (unsigned thread_count, int n, int r)
 
void examples_for_build_permutations_flat (unsigned thread_count, int n, int r)
 
int main (int argc, char *argv[])
 

Variables

tpf::sstream stream
 

Function Documentation

◆ examples_for_build_permutations()

void examples_for_build_permutations ( unsigned  thread_count,
int  n,
int  r 
)

Definition at line 13 of file 019-build_permutations.cpp.

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

◆ examples_for_build_permutations_flat()

void examples_for_build_permutations_flat ( unsigned  thread_count,
int  n,
int  r 
)

Definition at line 34 of file 019-build_permutations.cpp.

Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 52 of file 019-build_permutations.cpp.

Here is the call graph for this function:

Variable Documentation

◆ stream

tpf::sstream stream

Definition at line 11 of file 019-build_permutations.cpp.