|
co_ecs 0.9.0
Cobalt ECS
|
#include <co_ecs/detail/hash_table.hpp>Go to the source code of this file.
Namespaces | |
| namespace | co_ecs |
| namespace | co_ecs::detail |
Typedefs | |
| template<typename K , typename T , typename Hash = std::hash<K>, typename KeyEqual = std::equal_to<K>, typename Allocator = std::allocator<std::pair<K, T>>> | |
| using | co_ecs::detail::hash_map = hash_table<K, T, true, Hash, KeyEqual, Allocator> |
| Hash map. | |