![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>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 |
| int main | ( | ) |
| void test_workhorse_basic | ( | ) |
Definition at line 21 of file for_workhorse.cpp.
| void test_workhorse_multi_level_loop | ( | ) |
Definition at line 131 of file for_workhorse.cpp.
| void test_workhorse_print_tuple | ( | ) |
Definition at line 171 of file for_workhorse.cpp.
| auto& endl = tpf::endl |
Definition at line 18 of file for_workhorse.cpp.
| auto& endL = tpf::endL |
Definition at line 19 of file for_workhorse.cpp.
| tpf::sstream stream |
Definition at line 17 of file for_workhorse.cpp.