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

A metafunction with a static const bool member 'value' that is true for GfVec types, like GfVec2i, GfVec4d, etc and false for all other types. More...

Static Public Attributes

static const bool value = false
 

Detailed Description

template<class T>
struct GfIsGfVec< T >

A metafunction with a static const bool member 'value' that is true for GfVec types, like GfVec2i, GfVec4d, etc and false for all other types.

Definition at line 36 of file traits.h.


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