Create an empty hash set with at least the specified __n buckets.

Synopsis

Declared in <bslstp_hashset.h>

explicit
hash_set(size_type __n);

Parameters

Name

Description

__n

minimum number of buckets to create

Created with MrDocs