Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::each_callback_args< arg_list< First, Args... >, if_t< is_same< decay_t< First >, flecs::entity >::value > > Struct Template Reference

Public Types

using type = typename each_normalize_args<arg_list<Args...>>::type
 

Detailed Description

template<typename First, typename ... Args>
struct flecs::_::each_callback_args< arg_list< First, Args... >, if_t< is_same< decay_t< First >, flecs::entity >::value > >

Definition at line 937 of file delegate.hpp.

Member Typedef Documentation

◆ type

template<typename First , typename ... Args>
using flecs::_::each_callback_args< arg_list< First, Args... >, if_t< is_same< decay_t< First >, flecs::entity >::value > >::type = typename each_normalize_args<arg_list<Args...>>::type

Definition at line 939 of file delegate.hpp.


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