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

#include <schedule.hpp>

Concept definition

template<typename T>
{ T::GetName() } -> std::same_as<std::string_view>;
}

Detailed Description

Definition at line 53 of file schedule.hpp.