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

A metafunction which is equivalent to std::is_floating_point but allows for additional specialization for types like GfHalf. More...

#include <traits.h>

Inherits is_floating_point< T >.

Detailed Description

template<class T>
struct GfIsFloatingPoint< T >

A metafunction which is equivalent to std::is_floating_point but allows for additional specialization for types like GfHalf.

Definition at line 45 of file traits.h.


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