Format the specified object to the specified output stream using the bdlat_FormattingMode::e_DEC formatting mode.
Declared in <balxml_typesprintutil.h>
template<class TYPE>
static
std::ostream&
printDecimal(
std::ostream& stream,
TYPE const& object,
EncoderOptions const* encoderOptions = 0);
Optionally use the specified encoderOptions. Return a reference to stream.
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to receive the formatted text |
| object | value to format |
| encoderOptions | encoding options; null uses defaults |