BloombergLP::bdlcc::SkipList<long long, RecurringEventData>::nextRaw

Load into the specified next a reference to the item that appears in the list after the item identified by the specified reference. The next reference must be released (using releaseReferenceRaw) when it is no longer needed. Return 0 on success, or a non-zero value if reference refers to the back of the list.

Synopsis

Declared in <bdlcc_skiplist.h>

int
nextRaw(
    Pair** next,
    Pair const* reference) const;