Dune::IsConst< T > Struct Template Reference
[Common]
Tests whether a type is constant.
More...
#include <dune/common/typetraits.hh>
List of all members.
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
- Enumerator:
value |
True if The type is constant.
|
The documentation for this struct was generated from the following file: