[#BloombergLP-bdlcc-SkipList-0a-data] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::data :relfileprefix: ../../../ :mrdocs: Load into `value` the data of the pair at `reference`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void data( DATA* value, xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair] const* reference) const; ---- == Description Load into the specified `value` the "data" value of the pair identified by the `reference`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the retrieved value | *reference* | pair in this list |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#