Interpret characters from the half‐open iterator range denoted by begin and end and store the resulting Decimal128 into value.

Synopsis

Declared in <bdldfp_decimal.h>

virtual
iter_type
do_get(
    iter_type begin,
    iter_type end,
    std::ios_base& str,
    std::ios_base::iostate& err,
    Decimal128& value) const;

Created with MrDocs