|
co_ecs 0.9.0
Cobalt ECS
|
#include <co_ecs/detail/sparse_table.hpp>Go to the source code of this file.
Namespaces | |
| namespace | co_ecs |
| namespace | co_ecs::detail |
Typedefs | |
| template<std::unsigned_integral K, typename T , typename Allocator = std::allocator<std::pair<K, T>>> | |
| using | co_ecs::detail::sparse_map = sparse_table<K, T, true, Allocator> |
| Sparse map. | |