HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_IsFixedArray< T > Struct Template Reference

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_IsFixedArray< T >:

Additional Inherited Members

- Static Public Attributes inherited from SYS_IsFixedArrayNoCVRef< SYS_RemoveCVRef_t< T > >
static constexpr bool value
 

Detailed Description

template<typename T>
struct SYS_IsFixedArray< T >

Determine whether a type is designated as a fixed-array-like type; its must have a compile-time size and support square-bracket indexing.

Examples of such types include a built-in bounded array and std::array< T, N >.

Specialize SYS_IsFixedArrayNoCVRef to add support to additional types. {@

Definition at line 252 of file SYS_TypeTraits.h.


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