BloombergLP::bdlcc::SkipList::skipForwardRaw

Advance the raw reference item to the next item.

Synopsis

Declared in <bdlcc_skiplist.h>

int
skipForwardRaw(Pair** item) const;

Description

Advance the raw reference item to the next item in the list.

If the item identified by the specified item is not at the end of the list, load a reference to the next item in the list into item; otherwise reset the value of item. Return 0 on success, and e_NOT_FOUND (with no effect on the value of item) if item is no longer in the list.

Return Value

0 on success, and e_NOT_FOUND if item is no longer in the list

Parameters

NameDescription
itemraw reference identifying the current item; updated in place