Return the maximum required output buffer size for toChars conversion of a double with the specified format and precision.

Synopsis

Declared in <bslalg_numericformatterutil.h>

constexpr
static
size_t
value(
    Format format,
    int precision);

Created with MrDocs