BloombergLP::balxml::TypesPrintUtil::print

Format the specified object to the specified output stream using the specified formattingMode and the optionally specified encoderOptions and return a reference to stream. The behavior is undefined unless the parameterized TYPE and the formattingMode combination is supported (supported combinations are listed in the component-level documentation).

Synopsis

Declared in <balxml_typesprintutil.h>

template<class TYPE>
static
std::ostream&
print(
    std::ostream& stream,
    TYPE const& object,
    int formattingMode,
    EncoderOptions const* encoderOptions = 0);