Computes the minimum value all elements of t.
{
template<
typename T>
struct min;
template<typename T>
using min_t = typename min<T>::type;
}
constexpr auto min(T const &t) noexcept
Computes the minimum value all elements of t.
Definition: minmax.hpp:169
Main KUMI namespace.
Definition: algorithm.hpp:11