![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Extract the component argument list from an each-callback signature. More...
#include <delegate.hpp>
Public Types | |
| using | type = typename each_normalize_args<ArgList>::type |
Extract the component argument list from an each-callback signature.
Skips a leading flecs::entity or flecs::iter argument when present.
Definition at line 932 of file delegate.hpp.
| using flecs::_::each_callback_args< ArgList, typename >::type = typename each_normalize_args<ArgList>::type |
Definition at line 933 of file delegate.hpp.