![]() |
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_type_functions () |
| void | test_push_function () |
| void | test_remove_type_function () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void test_push_function | ( | ) |
Definition at line 25 of file 070-improve_types.cpp.
| void test_remove_type_function | ( | ) |
| void test_type_functions | ( | ) |
Definition at line 8 of file 070-improve_types.cpp.
| auto endl = tpf::endl |
Definition at line 6 of file 070-improve_types.cpp.
| tpf::sstream stream |
Definition at line 5 of file 070-improve_types.cpp.