|
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 |
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.
|
inlineexplicit |
Definition at line 601 of file stringUtils.h.
double value |
Definition at line 602 of file stringUtils.h.