Dune::ConstantVolatileTraits< T > Struct Template Reference
[Common]

#include <typetraits.hh>

List of all members.


Detailed Description

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

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

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.

Member Enumeration Documentation

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:

Generated on Tue Jul 28 22:28:00 2009 for dune-common by  doxygen 1.5.6