[#BloombergLP-bdlcc-SkipListPairHandle-data-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle]::data :relfileprefix: ../../../ :mrdocs: `data` overloads == Synopses Declared in `<bdlcc_skiplist.h>` Return a reference to the "data" value of the pair referred to by this object. The behavior is undefined unless `isValid` returns `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DATA& xref:BloombergLP/bdlcc/SkipListPairHandle/data-06.adoc[data]() const; ---- [.small]#xref:BloombergLP/bdlcc/SkipListPairHandle/data-06.adoc[_» more..._]# Load into the specified `value` the "data" value of the pair referred to by this object. The behavior is undefined unless `isValid` returns `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/SkipListPairHandle/data-09.adoc[data](DATA* value) const; ---- [.small]#xref:BloombergLP/bdlcc/SkipListPairHandle/data-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#