| HDK
    | 
#include <SYS_TypeTraits.h>
 Inheritance diagram for SYS_IsFixedArrayOf< T, E, N >:
 Inheritance diagram for 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.