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 >

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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 2, 22:35, 2024)