| HDK
    | 
#include <UT_TypeTraits.h>
| Public Types | |
| using | ValueType = void | 
| Static Public Attributes | |
| static const int | tupleSize = 1 | 
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.
| using GusdPodTupleTraits< T >::ValueType = void | 
Definition at line 44 of file UT_TypeTraits.h.
| 
 | static | 
Definition at line 45 of file UT_TypeTraits.h.