JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
Templates Namespace Reference

Functions

template<typename T>
myMax (T a, T b)
 
void example (void)
 

Variables

template<typename T>
variable_template = T(16.161616)
 

Function Documentation

◆ example()

void Templates::example ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ myMax()

template<typename T>
T Templates::myMax ( T a,
T b )
Here is the caller graph for this function:

Variable Documentation

◆ variable_template

template<typename T>
T Templates::variable_template = T(16.161616)