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

Go to the source code of this file.

Classes

class  NonReferenceMember< Type >
 
class  NonReferenceMemberWithForwardConstructor< Type >
 
class  LValueReferenceMember< Type >
 
class  RValueReferenceMember< Type >
 

Functions

template<typename Type >
void function (Type arg)
 
void test_function_call ()
 
void test_non_reference_member_classes ()
 
void comparison_of_two_classes ()
 
int main ()
 

Variables

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

Function Documentation

◆ comparison_of_two_classes()

void comparison_of_two_classes ( )

Definition at line 125 of file 041-tight_control.cpp.

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

◆ function()

template<typename Type >
void function ( Type  arg)

Definition at line 7 of file 041-tight_control.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 199 of file 041-tight_control.cpp.

Here is the call graph for this function:

◆ test_function_call()

void test_function_call ( )

Definition at line 13 of file 041-tight_control.cpp.

◆ test_non_reference_member_classes()

void test_non_reference_member_classes ( )

Definition at line 93 of file 041-tight_control.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 041-tight_control.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 041-tight_control.cpp.