LibreOffice Module onlineupdate (master) 1
|
IsConst determines whether a type is const or not. More...
#include <TypeTraits.h>
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 |
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.