Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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. | |
Detailed Description
template<typename T>
struct Dune::remove_reference< 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
.
The documentation for this struct was generated from the following file:
- dune/common/typetraits.hh
