|
OpenTTD Source 20251117-master-g7398d2e290
|
Multimap with deterministic ordering of items with equal keys. More...
Go to the source code of this file.
Data Structures | |
| class | MultiMapIterator< Tmap_iter, Tlist_iter, Tkey, Tvalue, Tcompare > |
| STL-style iterator for MultiMap. More... | |
| class | MultiMap< Tkey, Tvalue, Tcompare > |
| Hand-rolled multimap as map of lists. More... | |
Multimap with deterministic ordering of items with equal keys.
Definition in file multimap.hpp.