Template Function ripple::detail::type_extractor¶
Defined in File basic_tuple_.hpp
Function Documentation¶
-
template<size_t
I
, typenameT
>
constexpr autoripple::detail
::
type_extractor
(Element<I, T> e) noexcept -> T¶ Helper function which can be decltype’d to get the type of the element at the index I in a tuple.
- Note
It should never actually be called.
- Parameters
element
: The element to get the type of.
- Template Parameters
I
: The index of the element in the tuple.T
: The type to extract from the element.