dune-common  2.2.0
Public Types
Dune::ConstantVolatileTraits< const T > Struct Template Reference

#include <dune/common/typetraits.hh>

List of all members.

Public Types

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

template<typename T>
struct Dune::ConstantVolatileTraits< const T >


Member Typedef Documentation

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

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
isVolatile 
isConst 

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