#include <kumi/tuple.hpp>
#include <iostream>
{
}
KUMI_TRIVIAL_NODISCARD constexpr decltype(auto) front(Tuple &&t)
Retrieves the front of a tuple.
Definition back-front.hpp:38
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