Loading...
Searching...
No Matches
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 617 of file stringUtils.h.

Constructor & Destructor Documentation

◆ TfStreamDouble()

TfStreamDouble ( double  d)
inlineexplicit

Definition at line 618 of file stringUtils.h.

Member Data Documentation

◆ value

double value

Definition at line 619 of file stringUtils.h.


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