Return the skip‐list level of the pair at reference.

Synopsis

Declared in <bdlcc_skiplist.h>

static
int
level(Pair const* reference);

Description

This method is provided for testing.

Return Value

level of the referenced pair

Parameters

Name

Description

reference

pair in this list

Created with MrDocs