[#BloombergLP-bdlcc-SkipList-0d-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0d.adoc[SkipList<long long, RecurringEventData>]::SkipList :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_skiplist.h>` Create a new Skip List. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/SkipList-0d/2constructor-01.adoc[SkipList](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0d/2constructor-01.adoc[_» more..._]# Create a new Skip List initialized to the value of the specified `original` list. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/SkipList-0d/2constructor-0f.adoc[SkipList]( xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<long long, RecurringEventData>] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0d/2constructor-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#