Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::event_from_func< Func, if_t< arity< Func >::value==2 > > Struct Template Reference

Public Types

using type = decay_t<second_arg_t<Func>>
 

Detailed Description

template<typename Func>
struct flecs::_::event_from_func< Func, if_t< arity< Func >::value==2 > >

Definition at line 25 of file decl.hpp.

Member Typedef Documentation

◆ type

template<typename Func >
using flecs::_::event_from_func< Func, if_t< arity< Func >::value==2 > >::type = decay_t<second_arg_t<Func>>

Definition at line 26 of file decl.hpp.


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