dune-common  2.3.1
Public Types | List of all members
Dune::remove_reference< T > Struct Template Reference

Remove a reference from a type. More...

#include <dune/common/typetraits.hh>

Public Types

typedef T type
 T with references removed. More...
 

Detailed Description

template<typename T>
struct Dune::remove_reference< T >

Remove a reference from a type.

If the template parameter T matches T1&, then the member typedef type is T1, otherwise it is T.

Member Typedef Documentation

template<typename T>
typedef T Dune::remove_reference< T >::type

T with references removed.


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