Max



Return maximum of specified arguments. The template function is only can be used on those types which support comparison operators less and greater.

template<class TYPE> constexpr TYPE Max(const TYPE a, const TYPE b);
template<class TYPE, class ... ARGS> TYPE Max(const TYPE a, const TYPE b, const ARGS ... other);
Namespace: nitisa
Include: Nitisa/Core/Math/Utils.h