#include <kumi/tuple.hpp>
#include <iostream>
{
}
constexpr auto from_tuple(tuple< Ts... > const &t)
Converts a kumi::tuple to an instance of an arbitrary type.
Definition convert.hpp:59
constexpr auto cast() const
Converts a tuple<Ts...> to a tuple<Us...>.
Definition tuple.hpp:124
Fixed-size collection of heterogeneous values.
Definition tuple.hpp:35