parse128 overloads
Declared in <bdldfp_decimalimputil.h>
Parse input as a ValueType128 decimal value.
static
DecimalImpUtil::ValueType128
parse128(char const* input);
» more...
Parse input as a decimal floating-point value.
static
DecimalImpUtil::ValueType128
parse128(
char const* input,
unsigned int* status);
» more...
the parsed decimal value
| Name | Description |
|---|---|
| input | null-terminated decimal text to parse |
| status | optional status bit-mask output |