[#BloombergLP-bdldfp-DecimalNumPut-put-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut.adoc[DecimalNumPut]::put :relfileprefix: ../../../ :mrdocs: Write the specified `Decimal64` value through the specified output iterator. == 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/Decimal64.adoc[Decimal64] value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#