BloombergLP::bdlc::operator<<

Format the bits in the specified rhs bit array to the specified output stream in a single-line format, and return a reference to stream.

Synopsis

Declared in <bdlc_bitarray.h>

std::ostream&
operator<<(
    std::ostream& stream,
    BitArray const& rhs);

Return Value

reference to stream

Parameters

NameDescription
streamoutput stream to which to write
rhsbit array to format