Dune::ConstantVolatileTraits< T > Struct Template Reference
[Common]
#include <typetraits.hh>
Detailed Description
template<typename T>
struct Dune::ConstantVolatileTraits< T >
Determines wether a type is const or volatile and provides the unqualified types.
Public Types | |
enum | { isVolatile = false, isConst = false } |
typedef T | UnqualifiedType |
The unqualified type. | |
typedef const T | ConstType |
The const type. | |
typedef const volatile T | ConstVolatileType |
The const volatile type. |
Member Enumeration Documentation
template<typename T>
anonymous enum |
The documentation for this struct was generated from the following file: