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

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_IsFixedArrayOf< T, E, N >:

Detailed Description

template<typename T, typename E, std::size_t N>
struct SYS_IsFixedArrayOf< T, E, N >

Determine whether T, with const and volatile qualifiers removed, is a fixed-array-like type that has element type E and size N. The CV qualifiers of the element type E are not discarded and do matter. {@

Definition at line 292 of file SYS_TypeTraits.h.


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