BloombergLP::bdldfp::DecimalNumPut::put

put overloads

Synopses

Declared in <bdldfp_decimal.h>

Write a decimal value through the specified output iterator.

iter_type
put(
    iter_type out,
    std::ios_base& str,
    char_type fill,
    Decimal128 value) const;
» more...

Forward to, and return using the specified out, str, fill, and value, the results of this->do_put(out, str, fill, value).

iter_type
put(
    iter_type out,
    std::ios_base& str,
    char_type fill,
    Decimal32 value) const;
» more...

Write the specified Decimal64 value through the specified output iterator.

iter_type
put(
    iter_type out,
    std::ios_base& str,
    char_type fill,
    Decimal64 value) const;
» more...