[#BloombergLP-bdlcc-operator_lshift] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::operator<< :relfileprefix: ../../ :mrdocs: Write the specified `list` to the specified output `stream` and return a reference to the modifiable `stream`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class DATA> std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<KEY, DATA>] const& list); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#