Return the nested trait declaration for this skip‐list type.
Synopsis
Declared in <bdlcc_skiplist.h>
operator BloombergLP::bslmf::NestedTraitDeclaration<SkipList, UsesBslmaAllocator>() const;
Description
This operator declares that this skip‐list type uses a bslma allocator.
Return Value
nested trait declaration indicating allocator use
Created with MrDocs