get overloads
Synopses
Declared in <bdldfp_decimal.h>
Read a decimal value from the specified iterator range.
iter_type
get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal128& value) const;
Forward to, and return using the specified begin, end, str, err, and value, the results of this‐>do_get(begin, end, str, err, value).
iter_type
get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal32& value) const;
Read a Decimal64 value from the specified iterator range.
iter_type
get(
iter_type begin,
iter_type end,
std::ios_base& str,
std::ios_base::iostate& err,
Decimal64& value) const;
Created with MrDocs