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

Tests whether a type is constant. More...

#include <dune/common/typetraits.hh>

Public Types

enum  { value =std::is_const<T>::value }
 

Detailed Description

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

Tests whether a type is constant.

Member Enumeration Documentation

§ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

True if The type is constant.


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