Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::ecs::CommandTrait Concept Reference

#include <command.hpp>

Concept definition

template<typename T>
concept helios::ecs::CommandTrait = std::derived_from<T, Command>

Detailed Description

Definition at line 20 of file command.hpp.