Create an empty set using the specified basicAllocator.

Synopsis

Declared in <bdlc_flathashset.h>

explicit
FlatHashSet(bslma::Allocator* basicAllocator);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

Created with MrDocs