co_ecs
0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
sparse_map.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
co_ecs/detail/sparse_table.hpp
>
4
5
namespace
co_ecs::detail
{
6
11
template
<std::
unsigned
_
int
egral K,
typename
T,
typename
Allocator = std::allocator<std::pair<K, T>>>
12
using
sparse_map
= sparse_table<K, T, true, Allocator>;
13
14
}
// namespace co_ecs::detail
co_ecs::detail
Definition
component.hpp:17
co_ecs::detail::sparse_map
sparse_table< K, T, true, Allocator > sparse_map
Sparse map.
Definition
sparse_map.hpp:12
sparse_table.hpp
include
co_ecs
detail
sparse_map.hpp
Generated by
1.10.0