Constructs a DecimalNumPut object.

Synopsis

Declared in <bdldfp_decimal.h>

explicit
DecimalNumPut(std::size_t refs = 0);

Description

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.

Parameters

Name

Description

refs

initial reference count for the facet

Created with MrDocs