Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
|
#include <algorithm>
#include <cassert>
#include <concepts>
#include <iostream>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Easys::KeyNotFoundException |
class | Easys::SparseSet< Key, Value > |
Namespaces | |
namespace | Easys |
Concepts | |
concept | Easys::UnsignedIntegral |