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

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
 

Function Documentation

◆ main()

int main ( )

Definition at line 59 of file 070-improve_types.cpp.

Here is the call graph for this function:

◆ test_push_function()

void test_push_function ( )

Definition at line 25 of file 070-improve_types.cpp.

◆ test_remove_type_function()

void test_remove_type_function ( )

Definition at line 42 of file 070-improve_types.cpp.

Here is the caller graph for this function:

◆ test_type_functions()

void test_type_functions ( )

Definition at line 8 of file 070-improve_types.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 6 of file 070-improve_types.cpp.

◆ stream

tpf::sstream stream

Definition at line 5 of file 070-improve_types.cpp.