![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Trait that marks a component as Sparse at compile time. More...
#include <utils.hpp>
Trait that marks a component as Sparse at compile time.
Enable by adding a static constexpr bool sparse = true member to the type, or by specializing the trait to derive from std::true_type.