dune-common  2.3.1
Public Types | List of all members
Dune::IsVolatile< T > Struct Template Reference

Tests wether a type is volatile. More...

#include <dune/common/typetraits.hh>

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: