#include <kumi/tuple.hpp>
#include <iostream>
{
}
{
std::cout <<
i <<
" " <<
d <<
" " <<
f <<
"\n";
}
constexpr auto generate(T const &v) noexcept
Creates a kumi::tuple containing N copies of v.
Definition generate.hpp:42
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