BloombergLP::bdldfp::DecimalNumPut::do_put

Write characters representing the specified value to the specified out.

Synopsis

Declared in <bdldfp_decimal.h>

virtual
iter_type
do_put(
    iter_type out,
    std::ios_base& ios_format,
    char_type fill,
    Decimal64 value) const;

Return Value

an iterator positioned after the last character written

Parameters

NameDescription
outoutput iterator destination
ios_formatstream formatting state
fillfill character for padding
valuedecimal value to format