Write the specified integer to the specified output stream, and return a reference to the modifiable stream.

Synopsis

Declared in <bdlb_bigendian.h>

std::ostream&
operator<<(
    std::ostream& stream,
    BigEndianUint16 const& integer);

Created with MrDocs