dune-common
2.3.1
|
Determines wether a type is const or volatile and provides the unqualified types. More...
#include <dune/common/typetraits.hh>
Public Types | |
enum | { isVolatile =false, isConst =false } |
typedef T | UnqualifiedType |
The unqualified type. More... | |
typedef const T | ConstType |
The const type. More... | |
typedef const volatile T | ConstVolatileType |
The const volatile type. More... | |
Determines wether a type is const or volatile and provides the unqualified types.
typedef const T Dune::ConstantVolatileTraits< T >::ConstType |
The const type.
typedef const volatile T Dune::ConstantVolatileTraits< T >::ConstVolatileType |
The const volatile type.
typedef T Dune::ConstantVolatileTraits< T >::UnqualifiedType |
The unqualified type.
anonymous enum |