dune-common  2.3.0
Public Types | List of all members
Dune::ConstantVolatileTraits< const volatile T > Struct Template Reference

#include <dune/common/typetraits.hh>

Public Types

enum  { isVolatile = true, isConst = true }
typedef T UnqualifiedType
typedef const UnqualifiedType ConstType
typedef const volatile
UnqualifiedType 
ConstVolatileType

Member Typedef Documentation

template<typename T >
typedef const UnqualifiedType Dune::ConstantVolatileTraits< const volatile T >::ConstType
template<typename T >
typedef const volatile UnqualifiedType Dune::ConstantVolatileTraits< const volatile T >::ConstVolatileType
template<typename T >
typedef T Dune::ConstantVolatileTraits< const volatile T >::UnqualifiedType

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
isVolatile 
isConst 

The documentation for this struct was generated from the following file: