Legacy STLPort hash container storing possibly duplicate values.
Synopsis
Declared in <bslstp_hashset.h>
template<
class _Value,
class _HashFcn = BloombergLP::bslstp::HashSelector<_Value>::Type,
class _EqualKey = bsl::ComparatorSelector<_Value>::Type,
class _Alloc = bsl::allocator<_Value>>
class hash_multiset;
Type Aliases
Name |
Description |
Allocator type used by this multiset. |
|
Iterator providing non‐modifiable access to elements. |
|
Pointer to a non‐modifiable element. |
|
Reference to a non‐modifiable element. |
|
Signed integral type used for iterator distances. |
|
Hash functor type. |
|
Iterator type; identical to |
|
Key‐equality functor type. |
|
Key type used by this container. |
|
Pointer to a modifiable element. |
|
Reference to a modifiable element. |
|
Unsigned integral type used for sizes. |
|
Element type stored in the multiset. |
Member Functions
Name |
Description |
|
Constructors |
Return an iterator to the first element. |
|
Return the number of buckets in this multiset. |
|
Remove all elements from this multiset. |
|
Return the number of elements equal to the specified |
|
Return the number of elements in the specified bucket. |
|
Return |
|
Return the past‐the‐end iterator for this multiset. |
|
Return iterators delimiting all elements equal to the specified |
|
|
|
Return an iterator to an element with the specified |
|
Return the allocator used by this multiset. |
|
Return the hash functor used by this multiset. |
|
|
|
Insert the specified |
|
Return the key‐equality functor used by this multiset. |
|
Return the maximum number of buckets this multiset can use. |
|
Return an upper bound on the number of elements this multiset can hold. |
|
Rebuild the bucket vector using a size suggested by the specified hint. |
|
Return the number of elements in this multiset. |
|
Exchange the contents of this multiset with those of the specified set. |
Static Member Functions
Name |
Description |
Return |
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Exchange the contents of the specified hash multisets. |
Created with MrDocs