[#BloombergLP-bdldfp-DecimalNumPut-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut.adoc[DecimalNumPut]::DecimalNumPut :relfileprefix: ../../../ :mrdocs: Constructs a `DecimalNumPut` object. Optionally specify starting reference count `refs`, which will default to 0. If `refs` is non‐zero, the `DecimalNumPut` object will not be deleted when the last locale referencing it goes out of scope. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit DecimalNumPut(std::size_t refs = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#