[#BloombergLP-bdlcc-SkipList-0a-level] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::level :relfileprefix: ../../../ :mrdocs: Return the skip‐list level of the pair at `reference`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int level(xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair] const* reference); ---- == Description This method is provided for testing. == Return Value level of the referenced pair == Parameters [cols="1,4"] |=== | Name| Description | *reference* | pair in this list |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#