[#BloombergLP-bdlcc-SkipListPairHandle-data-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle]::data :relfileprefix: ../../../ :mrdocs: Load the data value of the referred pair into `value`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void data(DATA* value) const; ---- == Description The behavior is undefined unless `isValid` returns `true`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the retrieved value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#