Computes the minimum value of applications of f to all elements of kumi::flatten_all(t).
{
template<
typename T,
typename F>
struct min_flat;
template<typename T, typename F>
using min_flat_t = typename min_flat<T, F>::type;
}
constexpr auto min_flat(T &&t, F f) noexcept
Computes the minimum value of applications of f to all elements of kumi::flatten_all(t).
Definition minmax.hpp:245
Main KUMI namespace.
Definition algorithm.hpp:11