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

#include <SYS_TypeTraits.h>

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

Detailed Description

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

Same as SYS_IsFixedArrayOf, except that it is checked that the element type of the array with CV qualifiers removed is the same as E. E must not have any CV qualifiers. {@

Definition at line 312 of file SYS_TypeTraits.h.


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