Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts
sparse_set.hpp File Reference
#include <algorithm>
#include <cassert>
#include <concepts>
#include <iostream>
#include <limits>
#include <string>
#include <vector>
Include dependency graph for sparse_set.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Easys::KeyNotFoundException
 
class  Easys::SparseSet< Key, Value >
 

Namespaces

namespace  Easys
 

Concepts

concept  Easys::UnsignedIntegral