dune-common
2.6-git
dune
common
tuples.hh
Go to the documentation of this file.
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>
7
#include <
dune/common/tupleutility.hh
>
8
#include <
dune/common/streamoperators.hh
>
9
10
namespace
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
tupleutility.hh
Contains utility classes which can be used with std::tuple.
Dune
Dune namespace.
Definition:
alignedallocator.hh:9
streamoperators.hh
Implementation of stream operators for std::array and std::tuple.
Dune::get
Reference get(const RAPropertyMapHelper< Reference, PropertyMap > &pmap, const Key &key)
Definition:
propertymap.hh:82
Generated by
1.8.17