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,
BigEndianInt32 const& integer);
Created with MrDocs