Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
max2.hpp File Reference

Template function returns maximum. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
T const & max (T const &a, T const &b)
 
int const & max (int const &a, int const &b)
 
template<typename T >
T const & max (T const &a, T const &b, T const &c)
 

Detailed Description

Template function returns maximum.

Author
J. Broeckhove - see copyright.txt

Definition in file max2.hpp.

Function Documentation

template<typename T >
T const& max ( T const &  a,
T const &  b 
)
inline

Definition at line 9 of file max2.hpp.

Referenced by max().

Here is the caller graph for this function:

int const& max ( int const &  a,
int const &  b 
)
inline

Definition at line 14 of file max2.hpp.

template<typename T >
T const& max ( T const &  a,
T const &  b,
T const &  c 
)
inline

Definition at line 17 of file max2.hpp.

References max().

Here is the call graph for this function: