HDK
|
#include <SYS_TypeTraits.h>
Additional Inherited Members | |
Static Public Attributes inherited from SYS_IsFixedArrayNoCVRef< SYS_RemoveCVRef_t< T > > | |
static constexpr bool | value |
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.