|
dune-common 2.9.1
|
Loading...
Searching...
No Matches
A class augmenting std::tuple by element access via operator[]. More...
#include <dune/common/tuplevector.hh>
Inheritance diagram for Dune::TupleVector< T >:

Public Member Functions | |
| template<class... TT, std::enable_if_t< hasTupleConstructor< TT... >::value, int > = 0> | |
| constexpr | TupleVector (TT &&... tt) |
| Construct from a set of arguments. | |
| constexpr | TupleVector () |
| Default constructor. | |
| template<std::size_t i> | |
| constexpr decltype(auto) | operator[] (const Dune::index_constant< i > &) const |
| Const access to the tuple elements. | |
| template<std::size_t i> | |
| decltype(auto) | operator[] (const Dune::index_constant< i > &) |
| Non-const access to the tuple elements. | |
| T | swap (T... args) |
Static Public Member Functions | |
| static constexpr std::size_t | size () |
| Number of elements of the tuple. | |
Detailed Description
template<class... T>
class Dune::TupleVector< T >
class Dune::TupleVector< T >
A class augmenting std::tuple by element access via operator[].
Constructor & Destructor Documentation
◆ TupleVector() [1/2]
template<class... T>
template<class... TT, std::enable_if_t< hasTupleConstructor< TT... >::value, int > = 0>
|
inlineconstexpr |
Construct from a set of arguments.
This is only available if you can construct the underlying std::tuple from the same argument list.
◆ TupleVector() [2/2]
template<class... T>
|
inlineconstexpr |
Default constructor.
Member Function Documentation
◆ operator[]() [1/2]
template<class... T>
template<std::size_t i>
|
inline |
Non-const access to the tuple elements.
◆ operator[]() [2/2]
template<class... T>
template<std::size_t i>
|
inlineconstexpr |
Const access to the tuple elements.
◆ size()
template<class... T>
|
inlinestaticconstexpr |
Number of elements of the tuple.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8