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

Tests wether a type is constant. More...

#include <dune/common/typetraits.hh>

Public Types

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

Detailed Description

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

Tests wether a type is constant.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

True if The type is constant.


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