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

Tests wether a type is volatile. More...

#include <dune/common/typetraits.hh>

List of all members.

Public Types

enum  { value = ConstantVolatileTraits<T>::isVolatile }

Detailed Description

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

Tests wether a type is volatile.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

True if The type is volatile.


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