LibreOffice Module onlineupdate (master) 1
List of all members
mozilla::IsConst< T > Struct Template Reference

IsConst determines whether a type is const or not. More...

#include <TypeTraits.h>

Inheritance diagram for mozilla::IsConst< T >:
[legend]
Collaboration diagram for mozilla::IsConst< T >:
[legend]

Additional Inherited Members

- Public Types inherited from mozilla::IntegralConstant< T, Value >
typedef T ValueType
 
typedef IntegralConstant< T, Value > Type
 
- Static Public Attributes inherited from mozilla::IntegralConstant< T, Value >
static const T value = Value
 

Detailed Description

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

IsConst determines whether a type is const or not.

mozilla::IsConst<int>::value is false; mozilla::IsConst<void* const>::value is true; mozilla::IsConst<const char*>::value is false.

Definition at line 322 of file TypeTraits.h.


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