BloombergLP::bdlb::operator<<

Write the specified integer to the specified output stream.

Synopsis

Declared in <bdlb_bigendian.h>

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

Description

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

Return Value

a reference to stream

Parameters

NameDescription
streamoutput stream
integervalue to write