OpenTTD Source 20250312-master-gcdcc6b491d
|
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.