Concept that ensures a type derives from System. More...
System
#include <System.hpp>
Concept that ensures a type derives from System.
This concept can be used to constrain template parameters, guaranteeing that only classes implementing the System interface can be used in ECS-related templates.