Template Struct Tuple

Inheritance Relationships

Base Type

Derived Type

Struct Documentation

template<typename ...Ts>
struct Tuple : public proxsuite::linalg::veg::tuple::IndexedTuple<meta::make_index_sequence<sizeof...(Ts)>, Ts...>

Subclassed by proxsuite::linalg::veg::_detail::_vector::VecAlloc< T, mem::SystemAlloc >

Public Types

using Indexed = tuple::IndexedTuple<meta::make_index_sequence<sizeof...(Ts)>, Ts...>

Public Functions

VEG_EXPLICIT_COPY(Tuple)