[#BloombergLP-bdlc-Queue-streamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::streamOut :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& streamOut(std::ostream& stream) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#