[#BloombergLP-bdldfp-DecimalNumPut-do_put-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut.adoc[DecimalNumPut]::do_put :relfileprefix: ../../../ :mrdocs: `do_put` overloads == Synopses Declared in `<bdldfp_decimal.h>` Write characters representing the specified `value` to the specified `out`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumPut/do_put-00.adoc[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; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumPut/do_put-00.adoc[_» more..._]# Write characters (of `char_type`) that represent the specified `value` to the output stream determined by the specified `out` output iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumPut/do_put-05.adoc[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/Decimal32.adoc[Decimal32] value) const; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumPut/do_put-05.adoc[_» more..._]# Write characters representing the specified `value` to the specified `out`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:BloombergLP/bdldfp/DecimalNumPut/iter_type.adoc[iter_type] xref:BloombergLP/bdldfp/DecimalNumPut/do_put-0c.adoc[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/Decimal64.adoc[Decimal64] value) const; ---- [.small]#xref:BloombergLP/bdldfp/DecimalNumPut/do_put-0c.adoc[_» more..._]# == 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]#