HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FixedArray.h File Reference
#include <SYS/SYS_TypeDecorate.h>
#include <array>
+ Include dependency graph for UT_FixedArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SYS_IsFixedArrayNoCVRef< std::array< T, N > >
 
struct  SYS_FixedArrayElementNoCVRef< std::array< T, N > >
 
struct  SYS_FixedArraySizeNoCVRef< std::array< T, N > >
 
struct  SafeTrivialRelocationNoCV< std::array< T, N > >
 
struct  UnsafeTrivialRelocationNoCV< std::array< T, N > >
 

Typedefs

template<class T , std::size_t N>
using UT_FixedArray = std::array< T, N >
 

Typedef Documentation

template<class T , std::size_t N>
using UT_FixedArray = std::array<T, N>

Definition at line 19 of file UT_FixedArray.h.