BloombergLP::bdlcc::operator<<

Write the value of list to the specified output stream.

Synopsis

Declared in <bdlcc_skiplist.h>

template<
    class KEY,
    class DATA>
std::ostream&
operator<<(
    std::ostream& stream,
    SkipList<KEY, DATA> const& list);

Return Value

a reference to stream

Parameters

NameDescription
streamstream on which to write
listskip list to format