S
saneman
C++ contains the following containers:
- Vector
- List
- Dequeue
- Queue
- Stack
- Map
- Set
- Bitset
Is there a single common interface for all these containers or do they
each implement their own interface?
- Vector
- List
- Dequeue
- Queue
- Stack
- Map
- Set
- Bitset
Is there a single common interface for all these containers or do they
each implement their own interface?