BloombergLP::bdldfp::DecimalImpUtil::parse64

Parse a 64-bit decimal value from the specified input string.

Synopses

Declared in <bdldfp_decimalimputil.h>

Parse a 64-bit decimal value from the specified input string.

static
DecimalImpUtil::ValueType64
parse64(char const* input);
» more...

Parse a 64-bit decimal value from the specified input string.

static
DecimalImpUtil::ValueType64
parse64(
    char const* input,
    unsigned int* status);
» more...