Template Class TupleVector
Defined in File tuple_vector.hpp
Inheritance Relationships
Base Type
public beluga::TupleContainer< Vector, T >
(Template Class TupleContainer)
Class Documentation
-
template<class T>
class TupleVector : public beluga::TupleContainer<Vector, T> Shorthand for a tuple of vectors with the default allocator.
This is needed so we can define deduction guides for this type.