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

Concept for sub-apps that run updates on a background loop. More...

#include <sub_app.hpp>

Concept definition

template<typename T>
SubAppTrait<T> && requires { requires std::remove_cvref_t<T>::kAsync; }
Concept for sub-apps that run updates on a background loop.
Definition sub_app.hpp:75
Trait to identify valid sub-app types.
Definition sub_app.hpp:49

Detailed Description

Concept for sub-apps that run updates on a background loop.

Definition at line 75 of file sub_app.hpp.