Write the specified integer to the specified output stream.
Declared in <bdlb_bigendian.h>
std::ostream&
operator<<(
std::ostream& stream,
BigEndianUint32 const& integer);
Write the specified integer to the specified output stream, and return a reference to the modifiable stream.
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| integer | value to write |