Skip to content
Flecs v4.1
flecs::_::each_callback_args< ArgList, typename, Normalize > Struct Template Reference

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

Detailed Description

template<typename ArgList, typename = int, bool Normalize = true>
struct flecs::_::each_callback_args< ArgList, typename, Normalize >

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.

Member Typedef Documentation

◆ type

template<typename ArgList, typename = int, bool Normalize = true>
using flecs::_::each_callback_args< ArgList, typename, Normalize >::type = typename each_normalize_args<ArgList, Normalize>::type

Definition at line 471 of file delegate.hpp.


The documentation for this struct was generated from the following file: