Gaia-ECS
v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
set.h
1
#pragma once
2
3
#include "gaia/external/robin_hood.h"
4
5
namespace
gaia
{
6
namespace
cnt {
7
template
<
typename
Key>
8
using
set =
robin_hood::unordered_flat_set<Key>
;
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
set.h
Generated by
1.9.8