Namespace struct for free functions supporting to_chars.
Declared in <bslalg_numericformatterutil.h>
struct NumericFormatterUtil;
| Name | Description |
|---|---|
PrecisionMaxBufferLength | Metafunction for maximum toChars buffer size given format and precision. |
ToCharsMaxLength | Minimum buffer size for toChars conversion of TYPE. |
| Name | Description |
|---|---|
Format | This enumeration lists the supported, explicitly specified 'toChars' formatting options for floating point values, according to ISO C++17. |
| Name | Description |
|---|---|
toChars | toChars overloads |