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

Go to the source code of this file.

Functions

template<typename Type1 , typename Type2 >
Type1 divide (Type1 dividend, Type2 divisor)
 
template<typename Type1 , typename Type2 , typename... Types>
Type1 divide (Type1 dividend, Type2 divisor, Types... divisors)
 
int main ()
 

Variables

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

Function Documentation

◆ divide() [1/2]

template<typename Type1 , typename Type2 >
Type1 divide ( Type1  dividend,
Type2  divisor 
)

Definition at line 7 of file 016-debugging.cpp.

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

◆ divide() [2/2]

template<typename Type1 , typename Type2 , typename... Types>
Type1 divide ( Type1  dividend,
Type2  divisor,
Types...  divisors 
)

Definition at line 25 of file 016-debugging.cpp.

Here is the call graph for this function:

◆ main()

int main ( )

Definition at line 33 of file 016-debugging.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 016-debugging.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 016-debugging.cpp.