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

Go to the source code of this file.

Functions

void test_type_output ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 65 of file type_output.cpp.

Here is the call graph for this function:

◆ test_type_output()

void test_type_output ( )

Definition at line 22 of file type_output.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 19 of file type_output.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 20 of file type_output.cpp.

◆ stream

tpf::sstream stream

Definition at line 18 of file type_output.cpp.