ecs
Entity-Component-System
Loading...
Searching...
No Matches
SparseArray.hpp File Reference
#include <iostream>
#include <vector>
#include <optional>
Include dependency graph for SparseArray.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description