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

#include <sub_app.hpp>

Concept definition

template<typename T>
{ T::AllowOverlappingUpdates() } -> std::same_as<bool>;
}
Trait to identify valid sub-app types.
Definition sub_app.hpp:43

Detailed Description

Definition at line 72 of file sub_app.hpp.