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

Go to the source code of this file.

Functions

void test_workhorse_basic ()
 
void test_workhorse_multi_level_loop ()
 
void test_workhorse_print_tuple ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 212 of file for_workhorse.cpp.

Here is the call graph for this function:

◆ test_workhorse_basic()

void test_workhorse_basic ( )

Definition at line 21 of file for_workhorse.cpp.

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

◆ test_workhorse_multi_level_loop()

void test_workhorse_multi_level_loop ( )

Definition at line 131 of file for_workhorse.cpp.

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

◆ test_workhorse_print_tuple()

void test_workhorse_print_tuple ( )

Definition at line 171 of file for_workhorse.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 18 of file for_workhorse.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 19 of file for_workhorse.cpp.

◆ stream

tpf::sstream stream

Definition at line 17 of file for_workhorse.cpp.