BloombergLP::bdlc::operator<<

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

Synopsis

Declared in <bdlc_queue.h>

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