Load a reference to the last item into back.

Synopsis

Declared in <bdlcc_skiplist.h>

int
back(PairHandle* back) const;

Description

Return 0 on success, and a non‐zero value (with no effect on back) if the list is empty.

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