|
ecs
|
#include <iostream>#include <vector>#include <optional>Go to the source code of this file.
Classes | |
| class | ecs::SparseArray< Component > |
| SparseArray class. More... | |
Namespaces | |
| namespace | ecs |
| Entity Component System. | |
Functions | |
| template<typename Component > | |
| std::ostream & | ecs::operator<< (std::ostream &os, std::optional< Component > const &c) |
| help to print the optional value | |