Load into value the data of the pair at reference.

Synopsis

Declared in <bdlcc_skiplist.h>

void
data(
    DATA* value,
    Pair const* reference) const;

Description

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

Parameters

Name

Description

value

receives the retrieved value

reference

pair in this list

Created with MrDocs