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

Name

Description

stream

stream on which to write

list

skip list to format

Created with MrDocs