|
dune-common
2.3.1
|
Remove a reference from a type. More...
#include <dune/common/typetraits.hh>
Public Types | |
| typedef T | type |
| T with references removed. More... | |
Remove a reference from a type.
If the template parameter T matches T1&, then the member typedef type is T1, otherwise it is T.
| typedef T Dune::remove_reference< T >::type |
T with references removed.
1.8.7