Same as the related overload above for parseDecimal32Exact.
Declared in <bdldfp_decimalutil.h>
template<class STRING_TYPE>
static
int
parseDecimal32Exact(
Decimal32* out,
STRING_TYPE const& str);
0 if exact, positive if approximate, and negative if unparsable
| Name | Description |
|---|---|
| out | receives the parsed value |
| str | decimal text to parse |