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

Concept for sub-apps with a maximum extraction-skip budget. More...

#include <sub_app.hpp>

Concept definition

template<typename T>
{
std::remove_cvref_t<T>::kMaxOverlappingUpdates
} -> std::convertible_to<size_t>;
}
Concept for sub-apps that allow skipping extraction while updating.
Definition sub_app.hpp:60
Concept for sub-apps with a maximum extraction-skip budget.
Definition sub_app.hpp:66

Detailed Description

Concept for sub-apps with a maximum extraction-skip budget.

Definition at line 66 of file sub_app.hpp.