Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::Element< 0 > Struct Reference
Get the first element of a tuple. More...
#include <dune/common/tuples.hh>
Static Public Member Functions | |
template<typename T1 , typename T2 > | |
static TupleAccessTraits< T1 >::NonConstType | get (Pair< T1, T2 > &tuple) |
Get the first element of the tuple. More... | |
template<typename T1 , typename T2 > | |
static TupleAccessTraits< T1 >::ConstType | get (const Pair< T1, T2 > &tuple) |
Get the first element of the tuple. More... | |
Detailed Description
Get the first element of a tuple.
The documentation for this struct was generated from the following file:
- dune/common/tuples.hh
