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

Synopses

Declared in <bdldfp_decimal.h>

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,
    Decimal128 value) const;

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;

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,
    Decimal64 value) const;

Return Value

an iterator positioned after the last character written

Parameters

Name

Description

out

output iterator destination

str

stream base providing formatting state

fill

fill character for padding

value

decimal value to format

Created with MrDocs