Load into value the key of the pair at reference.

Synopsis

Declared in <bdlcc_skiplist.h>

void
key(
    KEY* value,
    Pair const* reference) const;

Description

Load into value the key of the pair referred to by reference.

Load into the specified value the "key" value of the pair identified by the reference.

Parameters

Name

Description

value

receives the retrieved value

reference

pair in this list

Created with MrDocs