Template Struct TupleElement¶
Defined in File tuple_traits.hpp
Struct Documentation¶
-
template<size_t
I, typenameT>
structripple::detail::TupleElement¶ The TupleElement class get the type of the element at index I in a tuple.
- Template Parameters
I: The index of the element to get type type of.T: The type of the tuple.