mirror of
https://github.com/bkthomps/Containers.git
synced 2025-11-16 04:24:47 +00:00
Add unordered_multiset
This commit is contained in:
@@ -22,7 +22,7 @@ Data structures that can be quickly searched which use comparators.
|
||||
Data structures that can be quickly searched which use hashing.
|
||||
<p> unordered_set - collection of unique keys, hashed by keys
|
||||
<p> unordered_map - collection of key-value pairs, hashed by keys, keys are unique
|
||||
<p> unordered_multiset (todo) - collection of keys, hashed by keys
|
||||
<p> unordered_multiset - collection of keys, hashed by keys
|
||||
<p> unordered_multimap (todo) - collection of key-value pairs, hashed by keys
|
||||
|
||||
# Container adaptors
|
||||
|
||||
Reference in New Issue
Block a user