Dune Core Modules (2.5.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tuplevector.hh
Go to the documentation of this file.
A class augmenting std::tuple by element access via operator[].
Definition: tuplevector.hh:31
static constexpr std::size_t size()
Number of elements of the tuple.
Definition: tuplevector.hh:65
constexpr TupleVector(TT &&... tt)
Construct from a set of arguments.
Definition: tuplevector.hh:39
constexpr TupleVector()
Default constructor.
Definition: tuplevector.hh:45
std::integral_constant< std::size_t, i > index_constant
An index constant with value i.
Definition: indices.hh:26
STL namespace.
