Load a raw reference to the last item into back.

Synopsis

Declared in <bdlcc_skiplist.h>

int
backRaw(Pair** back) const;

Description

The back reference must be released (using releaseReferenceRaw) when it is no longer needed. Return 0 on success, and a non‐zero value if the list is empty. Note that if the list is empty, the value of *back is undefined.

Return Value

0 on success, and a non‐zero value if the list is empty

Parameters

Name

Description

back

receives a reference to the last item

Created with MrDocs