BloombergLP::bdlc::operator<<

Write the specified queue to the specified output stream.

Synopsis

Declared in <bdlc_queue.h>

template<class T>
std::ostream&
operator<<(
    std::ostream& stream,
    Queue<T> const& queue);

Description

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

Return Value

reference to the modifiable stream

Parameters

NameDescription
streamoutput stream to write to
queuequeue whose value is written