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

e_SCIENTIFIC

Scientific notation format flag.

e_FIXED

Scientific notation format flag.

e_HEX

Scientific notation format flag.

e_GENERAL

General format flag (fixed or scientific).

Created with MrDocs