|
dune-common
2.2.0
|
TypeEvaluator to turn a type T into a reference to T
More...
#include <dune/common/tupleutility.hh>
Public Types | |
| typedef T & | Type |
Static Public Member Functions | |
| static Type | apply (T &t) |
TypeEvaluator to turn a type T into a reference to T
This is suitable as the TypeEvaluator template parameter for ForEachType and transformTuple().
| typedef T& Dune::AddRefTypeEvaluator< T >::Type |
| static Type Dune::AddRefTypeEvaluator< T >::apply | ( | T & | t | ) | [inline, static] |
References t.
1.7.6.1