HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FixedVectorTraits< UT_FixedVector< T, D > > Struct Template Reference

#include <UT_FixedVector.h>

Public Types

typedef UT_FixedVector< T, D > FixedVectorType
 
typedef T DataType
 

Static Public Attributes

static const exint TupleSize = D
 
static const bool isVectorType = true
 

Detailed Description

template<typename T, exint D>
struct UT_FixedVectorTraits< UT_FixedVector< T, D > >

Definition at line 269 of file UT_FixedVector.h.

Member Typedef Documentation

template<typename T , exint D>
typedef T UT_FixedVectorTraits< UT_FixedVector< T, D > >::DataType

Definition at line 272 of file UT_FixedVector.h.

template<typename T , exint D>
typedef UT_FixedVector<T, D> UT_FixedVectorTraits< UT_FixedVector< T, D > >::FixedVectorType

Definition at line 271 of file UT_FixedVector.h.

Member Data Documentation

template<typename T , exint D>
const bool UT_FixedVectorTraits< UT_FixedVector< T, D > >::isVectorType = true
static

Definition at line 274 of file UT_FixedVector.h.

template<typename T , exint D>
const exint UT_FixedVectorTraits< UT_FixedVector< T, D > >::TupleSize = D
static

Definition at line 273 of file UT_FixedVector.h.


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