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

Go to the source code of this file.

Functions

void test_safe_add ()
 
void test_safe_mul ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 42 of file 021-safe_type.cpp.

Here is the call graph for this function:

◆ test_safe_add()

void test_safe_add ( )

Definition at line 10 of file 021-safe_type.cpp.

Here is the call graph for this function:

◆ test_safe_mul()

void test_safe_mul ( )

Definition at line 26 of file 021-safe_type.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 5 of file 021-safe_type.cpp.

◆ stream

tpf::sstream stream

Definition at line 4 of file 021-safe_type.cpp.