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

Concept for sub-task callables that receive a SubTaskGraph reference. More...

#include <common.hpp>

Concept definition

template<typename C>
concept helios::async::SubTask = std::invocable<C, SubTaskGraph&>
Concept for sub-task callables that receive a SubTaskGraph reference.
Definition common.hpp:80

Detailed Description

Concept for sub-task callables that receive a SubTaskGraph reference.

Definition at line 80 of file common.hpp.