co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
sparse_map.hpp File Reference

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.