Template Struct Element¶
Defined in File basic_tuple_.hpp
Struct Documentation¶
-
template<size_t
Index
, typenameT
>
structripple::detail
::
Element
¶ Defines a struct to hold an element at a specific index in a container.
- Template Parameters
Index
: The index of the element being held.T
: The type of the element.
Public Functions
-
constexpr
Element
() = default¶ Default constructor which just initializes the stored type.