parse128 overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Parse a 128-bit decimal floating-point value from text.
static
DecimalImpUtil_IntelDfp::ValueType128
parse128(char const* string);
» more...
Parse a decimal floating-point value from text, reporting status flags.
static
DecimalImpUtil_IntelDfp::ValueType128
parse128(
char const* string,
unsigned int* status);
» more...
parsed 128-bit decimal value
| Name | Description |
|---|---|
| string | null-terminated decimal text to parse |
| status | receives a bit mask of status flags; must be 0 on entry |