Forward to, and return using the specified begin, end, str, err, and value, the results of this->do_get(begin, end, str, err, value).
Declared in <bdldfp_decimal.h>
iter_type
get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal32& value) const;
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 | stream base providing formatting state |
| err | stream error state to update |
| value | object to receive the parsed value |