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

#include <UT_TypeTraits.h>

Public Types

using ValueType = void
 

Static Public Attributes

static const int tupleSize = 1
 

Detailed Description

template<class T>
struct GusdPodTupleTraits< T >

Traits for a POD tuple; fixed-size tuples of a single POD type. These are defined in order to have an API for type traits shared between both the Houdini's UT types and Gf types. Use GUSDUT_DECLARE_POD_TUPLE() to declare the type info for a new type.

Definition at line 42 of file UT_TypeTraits.h.

Member Typedef Documentation

template<class T>
using GusdPodTupleTraits< T >::ValueType = void

Definition at line 44 of file UT_TypeTraits.h.

Member Data Documentation

template<class T>
const int GusdPodTupleTraits< T >::tupleSize = 1
static

Definition at line 45 of file UT_TypeTraits.h.


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