Format the specified object to the specified output stream using the bdlat_FormattingMode::e_HEX formatting mode and the optionally specified encoderOptions. Return a reference to stream.

Synopsis

Declared in <balxml_typesprintutil.h>

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

Created with MrDocs