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

IsArray determines whether a type is an array type, of known or unknown length. More...

#include <TypeTraits.h>

Inheritance diagram for mozilla::IsArray< T >:
[legend]
Collaboration diagram for mozilla::IsArray< 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::IsArray< T >

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.


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