This enumeration lists the supported, explicitly specified 'toChars' formatting options for floating point values, according to ISO C++17.
Synopsis
Declared in <bslalg_numericformatterutil.h>
enum Format;
Members
Name |
Description |
|
Scientific notation format flag. |
|
Scientific notation format flag. |
|
Scientific notation format flag. |
|
General format flag (fixed or scientific). |
Created with MrDocs