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

#include <schedule.hpp>

Concept definition

template<typename T>
concept helios::app::ScheduleTrait = std::is_empty_v<std::remove_cvref_t<T>>

Detailed Description

Definition at line 35 of file schedule.hpp.