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
TfStreamFloat Struct Reference

A type which offers streaming for floats in a canonical format that can safely roundtrip with the minimal number of digits. More...

#include <stringUtils.h>

Public Member Functions

 TfStreamFloat (float f)
 

Public Attributes

float value
 

Detailed Description

A type which offers streaming for floats in a canonical format that can safely roundtrip with the minimal number of digits.

Definition at line 589 of file stringUtils.h.

Constructor & Destructor Documentation

◆ TfStreamFloat()

TfStreamFloat ( float  f)
inlineexplicit

Definition at line 590 of file stringUtils.h.

Member Data Documentation

◆ value

float value

Definition at line 591 of file stringUtils.h.


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