Zen API
|
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.
a | First value. |
b | Second value. |