![]() |
|
Uniot Core
|
| 0.8.1 |
A simple map class that associates keys with values using an iterable queue. More...
Classes | |
| class | uniot::Map< T_Key, T_Value > |
A simple map class that associates keys with values using an iterable queue.
The Map class provides a key-value storage mechanism built on top of the IterableQueue. It allows storing, retrieving, checking existence, and removing key-value pairs. This implementation does not allow duplicate keys.
| T_Key | The type of the keys. |
| T_Value | The type of the values. |