LibreOffice Module onlineupdate (master) 1
|
IsArray determines whether a type is an array type, of known or unknown length. 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 |
IsArray determines whether a type is an array type, of known or unknown length.
mozilla::IsArray<int>::value is false; mozilla::IsArray<int[]>::value is true; mozilla::IsArray<int[5]>::value is true.
Definition at line 162 of file TypeTraits.h.