Write the elements of this queue to the specified stream.

Synopsis

Declared in <bdlc_queue.h>

std::ostream&
streamOut(std::ostream& stream) const;

Description

Write the elements of this queue out to the specified stream. Note that for this method to compile, operator<< has to be defined for arguments stream and type T.

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream to write to

Created with MrDocs