|
constexpr |
Converts a kumi::tuple to an instance of an arbitrary type.
Constructs an instance of Type
by passing elements of t
to the appropriate constructor.
Type | Type to generate |
t | kumi::tuple to convert |
Type
constructed from each element of t
in order.