|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Bidirectional mapping between two types. More...
Go to the source code of this file.
Classes | |
| class | Aleph::AHMapping< Key, ValueType > |
| A generic key-value mapping container with inverse operation support. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Bidirectional mapping between two types.
Provides AHMapping for maintaining bijective mappings where both forward (A→B) and reverse (B→A) lookups are efficient. Uses tree-based storage for O(log n) operations.
Definition in file ah-mapping.H.