Parse a decimal value from the specified iterator range into value.
Declared in <bdldfp_decimal.h>
Parse a decimal value from the specified iterator range into value.
virtual
iter_type
do_get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal128& value) const;
» more...
Parse a decimal value from the specified iterator range into value.
virtual
iter_type
do_get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal32& value) const;
» more...
Parse a decimal value from the specified iterator range into value.
virtual
iter_type
do_get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal64& value) const;
» more...
an iterator positioned after the last character consumed
| Name | Description |
|---|---|
| begin | start of the input iterator range |
| end | end of the input iterator range |
| str | character sequence to parse |
| err | stream error state to update |
| value | object to receive the parsed value |