Template parameters
Parameter | Description | Default |
---|---|---|
Key |
The hash_multimap's key type. This is also defined as hash_multimap::key_type. | |
Data |
The hash_multimap's data type. This is also defined as hash_multimap::data_type. | |
HashFcn |
The hash function used by the hash_multimap. This is also defined as hash_multimap::hasher. | hash |
EqualKey |
The hash_multimap's key equality function: a binary predicate that determines whether two keys are equal. This is also defined as hash_multimap::key_equal. | equal_to |
Alloc |
The hash_set's allocator, used for all internal memory management. | alloc |
Loading...