Typedef ripple::nth_element_t¶
Typedef Documentation¶
-
template<size_t
N
, typename ...Ts
>
usingripple
::
nth_element_t
= typename detail::NthElement<N, Ts...>::type¶ Defines the type of the Nth element in the type list.
- Template Parameters
N
: The index of the element to get.Ts
: The type list to get the type from.