Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Event declarations. More...
#include "builder.hpp"
Go to the source code of this file.
Classes | |
struct | flecs::_::event_from_func< Func, if_t< arity< Func >::value==1 > > |
struct | flecs::_::event_from_func< Func, if_t< arity< Func >::value==2 > > |
Namespaces | |
namespace | flecs::_ |
Int to enum. | |
Typedefs | |
template<typename Func > | |
using | flecs::_::event_from_func_t = typename event_from_func<Func>::type |
Event declarations.
Definition in file decl.hpp.