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

Go to the source code of this file.

Functions

void test_permutation ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto & endl = tpf::endl
 
auto nl = tpf::nl
 

Function Documentation

◆ main()

int main ( )

Definition at line 24 of file 080-next_permu.cpp.

Here is the call graph for this function:

◆ test_permutation()

void test_permutation ( )

Definition at line 11 of file 080-next_permu.cpp.

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

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 8 of file 080-next_permu.cpp.

◆ nl

auto nl = tpf::nl

Definition at line 9 of file 080-next_permu.cpp.

◆ stream

tpf::sstream stream

Definition at line 7 of file 080-next_permu.cpp.