Constructs a DecimalNumGet object. Optionally specify starting reference count refs, which will default to 0. If refs is non‐zero, the DecimalNumGet object will not be deleted when the last locale referencing it goes out of scope.

Synopsis

Declared in <bdldfp_decimal.h>

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

Created with MrDocs