[#BloombergLP-bdldfp-DecimalNumGet-get-0a1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumGet.adoc[DecimalNumGet]::get :relfileprefix: ../../../ :mrdocs: `get` overloads == Synopses Declared in `<bdldfp_decimal.h>` Read a decimal value from the specified iterator range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumGet/get-08.adoc[get]( xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] begin, xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] end, std::ios_base& str, std::ios_base::iostate& err, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]& value) const; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumGet/get-08.adoc[_» more..._]# Forward to, and return using the specified `begin`, `end`, `str`, `err`, and `value`, the results of `this‐>do_get(begin, end, str, err, value)`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumGet/get-0aa.adoc[get]( xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] begin, xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] end, std::ios_base& str, std::ios_base::iostate& err, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]& value) const; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumGet/get-0aa.adoc[_» more..._]# Read a `Decimal64` value from the specified iterator range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumGet/get-06.adoc[get]( xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] begin, xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[iter_type] end, std::ios_base& str, std::ios_base::iostate& err, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64]& value) const; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumGet/get-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#