Dune Core Modules (2.6.0)

tuples.hh
1#warning The header dune/common/tuples.hh is deprecated. Use directly "std::tuple" and include dune/common/streamoperators.hh for stream operators.
2
3#ifndef DUNE_TUPLES_HH
4#define DUNE_TUPLES_HH
5
6#include <tuple>
9
10namespace Dune {
11 using std::tuple;
12 using std::tuple_element;
13 using std::get;
14 using std::tuple_size;
15 using std::tie;
16 using std::make_tuple;
17}
18#endif
Dune namespace.
Definition: alignedallocator.hh:10
Implementation of stream operators for std::array and std::tuple.
Contains utility classes which can be used with std::tuple.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)