dune-common 2.1.1
Public Types
Dune::IsConst< T > Struct Template Reference

Tests wether a type is constant. More...

#include <dune/common/typetraits.hh>

List of all members.

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: