parse128 overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Parse a 128‐bit decimal value from the specified input string.

static
DecimalImpUtil::ValueType128
parse128(char const* input);

Produce an object of the indicated return type by parsing the specified input string that represents a floating‐point number (written in either fixed or scientific notation). Optionally specify status in which to load a bit mask of additional status information. The resulting decimal object is initialized as follows:

static
DecimalImpUtil::ValueType128
parse128(
    char const* input,
    unsigned int* status);

Created with MrDocs