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

Constructor & Destructor Documentation

◆ TfStreamFloat()

TfStreamFloat ( float  f)
inlineexplicit

Definition at line 607 of file stringUtils.h.

Member Data Documentation

◆ value

float value

Definition at line 608 of file stringUtils.h.


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