|
CeresEngine 0.2.0
A game development framework
|
#include <bitset>Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| template<size_t N> | |
| using | CeresEngine::BitSet = std::bitset< N > |
BitSet represents a fixed-size sequence of N bits. | |