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

Concept for sub-apps that allow skipping extraction while updating. More...

#include <sub_app.hpp>

Concept definition

template<typename T>
requires std::remove_cvref_t<T>::kAllowOverlappingUpdates;
}
Concept for sub-apps that allow skipping extraction while updating.
Definition sub_app.hpp:60
Trait to identify valid sub-app types.
Definition sub_app.hpp:49

Detailed Description

Concept for sub-apps that allow skipping extraction while updating.

Definition at line 60 of file sub_app.hpp.