[#BloombergLP-bdlcc-SkipListPair] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::SkipListPair :relfileprefix: ../../ :mrdocs: Pointers to objects of this class are used in the "raw" API of `SkipList`; however, objects of the class are never constructed as the class serves only to provide type‐safe pointers. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class DATA> class SkipListPair; ---- == Description In addition, this class defines `key` and `data` member functions that pass `this` to static methods of `SkipList`. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/SkipListPair/data.adoc[`data`] | Return a reference to the modifiable "data" of this pair. | xref:BloombergLP/bdlcc/SkipListPair/key.adoc[`key`] | Return a reference to the non‐modifiable "key" value of this pair. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#