|
roo_collections
API Documentation for roo_collections
|
Flat, memory-conscious hash map built on FlatSmallHashtable. More...
Go to the source code of this file.
Data Structures | |
| struct | roo_collections::MapKeyFn< Key, Value > |
| struct | roo_collections::KeyCovert< Key, T > |
| struct | roo_collections::KeyCovert< std::string, ::roo::string_view > |
| class | roo_collections::FlatSmallHashMap< Key, Value, HashFn, KeyCmpFn > |
| Flat, memory-conscious hash map optimized for small collections. More... | |
Namespaces | |
| namespace | roo_collections |
Typedefs | |
| template<typename Value > | |
| using | roo_collections::FlatSmallStringHashMap = FlatSmallHashMap< std::string, Value, TransparentStringHashFn, TransparentEq > |
| String-specialized flat hash map with heterogeneous lookup support. | |
Flat, memory-conscious hash map built on FlatSmallHashtable.
Definition in file flat_small_hash_map.h.