Functions | |
template<typename T > | |
constexpr const T & | SC::min (const T &t1, const T &t2) |
Finds the minimum of two values. | |
template<typename T > | |
constexpr const T & | SC::max (const T &t1, const T &t2) |
Finds the maximum of two values. | |
|
constexpr |
#include <Compiler.h>
Finds the maximum of two values.
|
constexpr |
#include <Compiler.h>
Finds the minimum of two values.