Write a decimal value through the specified output iterator.

Synopsis

Declared in <bdldfp_decimal.h>

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

Created with MrDocs