[#BloombergLP-bdlcc-operator_lshift] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::operator<< :relfileprefix: ../../ :mrdocs: Write the value of `list` to the specified output `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); ---- == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | stream on which to write | *list* | skip list to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#