#include <kumi/tuple.hpp>
#include <iostream>
#include <type_traits>
{
std::cout << std::boolalpha
std::cout << std::boolalpha
}
constexpr std::size_t count_if(T const &ts, Pred p) noexcept
Counts the number of elements of t satisfying predicates p.
Definition predicates.hpp:133
constexpr auto from_tuple(tuple< Ts... > const &t)
Converts a kumi::tuple to an instance of an arbitrary type.
Definition convert.hpp:59
Fixed-size collection of heterogeneous values.
Definition tuple.hpp:35