ORIGINAL
|
Abstract base class for map-like container implementations. More...
Go to the source code of this file.
Classes | |
class | original::map< K_TYPE, V_TYPE, ALLOC > |
Abstract base class for key-value mapping containers. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Abstract base class for map-like container implementations.
Provides the interface for key-value pair containers that will be implemented by concrete classes like hashMap and treeMap. The map maintains unique keys and allows efficient value lookup and modification.
Key Features: