What are the general use cases for the C++ standard library containers?
- bitset
- deque
- list
- map
- multimap
- multiset
- priority_queue
- queue
- set
- stack
- vector
For example, a map is generally better for a paired search.
What are the general use cases for the C++ standard library containers?
For example, a map is generally better for a paired search.