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

Name

Description

stream

output stream to write to

queue

queue whose value is written

Created with MrDocs