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

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

#include <stringUtils.h>

Public Member Functions

 TfStreamDouble (double d)
 

Public Attributes

double value
 

Detailed Description

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

Definition at line 600 of file stringUtils.h.

Constructor & Destructor Documentation

◆ TfStreamDouble()

TfStreamDouble ( double  d)
inlineexplicit

Definition at line 601 of file stringUtils.h.

Member Data Documentation

◆ value

double value

Definition at line 602 of file stringUtils.h.


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