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

Go to the source code of this file.

Classes

class  ClsObject
 

Functions

void traits_of_reference_one ()
 
void traits_of_reference_two ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 136 of file 042-cte_rte.cpp.

Here is the call graph for this function:

◆ traits_of_reference_one()

void traits_of_reference_one ( )

Definition at line 73 of file 042-cte_rte.cpp.

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

◆ traits_of_reference_two()

void traits_of_reference_two ( )

Definition at line 102 of file 042-cte_rte.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 4 of file 042-cte_rte.cpp.

◆ endL

auto endL = tpf::endL

Definition at line 5 of file 042-cte_rte.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 042-cte_rte.cpp.