dune-common 2.10
Loading...
Searching...
No Matches
Dune::AddPtrTypeEvaluator< T > Struct Template Reference

TypeEvaluator to turn a type T into a pointer to T More...

#include <dune/common/tupleutility.hh>

Inheritance diagram for Dune::AddPtrTypeEvaluator< T >:
Inheritance graph

Public Types

typedef std::remove_reference< T >::typeType

Static Public Member Functions

static Type apply (T &t)

Detailed Description

template<class T>
struct Dune::AddPtrTypeEvaluator< T >

TypeEvaluator to turn a type T into a pointer to T

This is suitable as the TypeEvaluator template parameter for ForEachType and transformTuple().


The documentation for this struct was generated from the following file: