Dune Core Modules (2.3.1)
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
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)