Load a raw reference to the first item into front.
Synopsis
Declared in <bdlcc_skiplist.h>
int
frontRaw(Pair** front) const;
Description
Load a raw reference to the first item in the list into front.
Load into the specified front a reference to the first item in the list. The front 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.
Return Value
0 on success, and a non‐zero value if the list is empty
Parameters
Name |
Description |
front |
receives a reference to the first item |
Created with MrDocs