Typedef ripple::tuple_element_t¶
Typedef Documentation¶
-
template<size_t
I
, typenameT
>
usingripple
::
tuple_element_t
= typename detail::TupleElement<I, T>::Type¶ Defines the type of the element at position I in a tuple T.
- Template Parameters
I
: The index of the element to get the type for.T
: The type of the tuple to get the element type from.