Write the elements of this queue to the specified stream.
Declared in <bdlc_queue.h>
std::ostream&
streamOut(std::ostream& stream) const;
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.
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to write to |