Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
template<typename T >
T kMax ( const T &  a,
const T &  b 
)

Returns the maximum of two numbers.

This method requires C++ 2011; accordingly, it cannot be used in inline functions that may be processed by C compilers or older C++ compilers.

Parameters
aFirst value.
bSecond value.
Returns
The greater of a or b.