Create a hash map with the specified bucket count and hasher.
Synopsis
Declared in <bslstp_hashmap.h>
hash_map(
size_type __n,
hasher const& __hf);
Created with MrDocs
Create a hash map with the specified bucket count and hasher.
Declared in <bslstp_hashmap.h>
hash_map(
size_type __n,
hasher const& __hf);
Created with MrDocs