Computes the maximum value all elements of t.
{
template<
typename T>
struct max;
template<typename T>
using max_t = typename max<T>::type;
}
constexpr auto max(T &&t) noexcept
Computes the maximum value all elements of t.
Definition minmax.hpp:35
Main KUMI namespace.
Definition algorithm.hpp:11