Dune Core Modules (2.4.2)

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 >

Determines wether a type is const or volatile and provides the unqualified types.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
isVolatile 

True if T has a volatile specifier.

isConst 

True if T has a const qualifier.


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 (Apr 29, 22:29, 2024)