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