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
GfIsArithmetic< T > Struct Template Reference

A metafunction which is equivalent to std::arithmetic but also includes any specializations from GfIsFloatingPoint (like GfHalf) More...

#include <traits.h>

Inherits integral_constant< bool, GfIsFloatingPoint< T >::value||std::is_arithmetic< T >::value >.

Detailed Description

template<class T>
struct GfIsArithmetic< T >

A metafunction which is equivalent to std::arithmetic but also includes any specializations from GfIsFloatingPoint (like GfHalf)

Definition at line 50 of file traits.h.


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