{
template<
typename T,
typename F>
struct min;
template<typename T, typename F>
using min_t = typename min<T, F>::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