Template Struct Tuple
Defined in File tuple.hpp
Inheritance Relationships
Base Type
public proxsuite::linalg::veg::tuple::IndexedTuple< meta::make_index_sequence< sizeof...(Ts)>, Ts... >
(Template Struct IndexedTuple)
Derived Type
public proxsuite::linalg::veg::_detail::_vector::VecAlloc< T, mem::SystemAlloc >
(Template Struct VecAlloc)
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...>
-
using Indexed = tuple::IndexedTuple<meta::make_index_sequence<sizeof...(Ts)>, Ts...>