Write the value of list to the specified output stream.
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
std::ostream&
operator<<(
std::ostream& stream,
SkipList<KEY, DATA> const& list);
a reference to stream
| Name | Description |
|---|---|
| stream | stream on which to write |
| list | skip list to format |