Gaia-ECS
v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
map.h
1
#pragma once
2
3
#include "gaia/external/robin_hood.h"
4
5
namespace
gaia
{
6
namespace
cnt {
7
template
<
typename
Key,
typename
Data>
8
using
map =
robin_hood::unordered_flat_map<Key, Data>
;
9
}
// namespace cnt
10
}
// namespace gaia
robin_hood::detail::Table
Definition
robin_hood.h:720
gaia
Checks if endianess was detected correctly at compile-time.
Definition
bitset.h:9
include
gaia
cnt
map.h
Generated by
1.9.8