Write the specified Decimal64 value through the specified output iterator.
Synopsis
Declared in <bdldfp_decimal.h>
iter_type
put(
iter_type out,
std::ios_base& str,
char_type fill,
Decimal64 value) const;
Created with MrDocs