Interpret characters from the half‐open iterator range denoted by begin and end and store the resulting Decimal64 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,
Decimal64& value) const;
Created with MrDocs