dune-common  2.4
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

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