|
LibreOffice Module onlineupdate (master) 1
|
IsVolatile determines whether a type is volatile 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 |
IsVolatile determines whether a type is volatile or not.
mozilla::IsVolatile<int>::value is false; mozilla::IsVolatile<void* volatile>::value is true; mozilla::IsVolatile<volatile char*>::value is false.
Definition at line 335 of file TypeTraits.h.