Write the specified integer to the specified output stream.

Synopsis

Declared in <bdlb_bigendian.h>

std::ostream&
operator<<(
    std::ostream& stream,
    BigEndianUint16 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

Name

Description

stream

output stream

integer

value to write

Created with MrDocs