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