This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GfIsGfMatrix< T > Struct Template Reference

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

#include <traits.h>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<class T>
struct GfIsGfMatrix< T >

A metafunction with a static const bool member 'value' that is true for GfMatrix types, like GfMatrix3d, GfMatrix4f, etc and false for all other types.

Definition at line 25 of file traits.h.

Member Data Documentation

◆ value

const bool value = false
static

Definition at line 25 of file traits.h.


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