Dune Core Modules (2.3.1)
Dune::ConstantVolatileTraits< T > Struct Template Reference
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. | |
typedef const T | ConstType |
The const type. | |
typedef const volatile T | ConstVolatileType |
The const volatile type. | |
Detailed Description
template<typename T>
struct Dune::ConstantVolatileTraits< T >
struct Dune::ConstantVolatileTraits< T >
Determines wether a type is const or volatile and provides the unqualified types.
Member Enumeration Documentation
◆ anonymous enum
template<typename T >
anonymous enum |
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)