Template Class TupleVector

Inheritance Relationships

Base Type

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.