Extract the component argument list from an each-callback signature. More...
#include <delegate.hpp>
Public Types | |
| using | type = typename each_normalize_args<ArgList, Normalize>::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 470 of file delegate.hpp.
| using flecs::_::each_callback_args< ArgList, typename, Normalize >::type = typename each_normalize_args<ArgList, Normalize>::type |
Definition at line 471 of file delegate.hpp.