[#BloombergLP-bdlcc-SkipListPairHandle-key-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle]::key :relfileprefix: ../../../ :mrdocs: `key` overloads == Synopses Declared in `<bdlcc_skiplist.h>` Return a reference to the non‐modifiable "key" value of the pair referred to by this object. The behavior is undefined unless `isValid` returns `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- KEY const& xref:BloombergLP/bdlcc/SkipListPairHandle/key-01.adoc[key]() const; ---- [.small]#xref:BloombergLP/bdlcc/SkipListPairHandle/key-01.adoc[_» more..._]# Load into the specified `value` the "key" 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/key-0a.adoc[key](KEY* value) const; ---- [.small]#xref:BloombergLP/bdlcc/SkipListPairHandle/key-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#