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