[#BloombergLP-bdldfp-DecimalNumPut-do_put-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut.adoc[DecimalNumPut]::do_put :relfileprefix: ../../../ :mrdocs: Write characters representing the specified `value` to the specified `out`. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] do_put( xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] out, std::ios_base& ios_format, xref:BloombergLP/bdldfp/DecimalNumPut/char_type.adoc[char_type] fill, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value) const; ---- == Return Value an iterator positioned after the last character written == Parameters [cols="1,4"] |=== | Name| Description | *out* | output iterator destination | *ios_format* | stream formatting state | *fill* | fill character for padding | *value* | decimal value to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#