dune-common 2.9.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::AddPtrTypeEvaluator< T > Struct Template Reference

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

#include <dune/common/tupleutility.hh>

Public Types

typedef std::remove_reference< T >::type * Type
 

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: