[#BloombergLP-bdldfp-DecimalNumPut-put-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut.adoc[DecimalNumPut]::put :relfileprefix: ../../../ :mrdocs: Forward to, and return using the specified `out`, `str`, `fill`, and `value`, the results of `this‐>do_put(out, str, fill, value)`. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] put( xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] out, std::ios_base& str, xref:BloombergLP/bdldfp/DecimalNumPut/char_type.adoc[char_type] fill, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] value) const; ---- == Return Value an iterator positioned after the last character written == Parameters [cols="1,4"] |=== | Name| Description | *out* | output iterator destination | *str* | stream base providing formatting state | *fill* | fill character for padding | *value* | decimal value to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#