|
Zen API
|
| T kMin | ( | const T & | a, |
| const T & | b | ||
| ) |
Returns the minimum 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. |