Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp File Reference

Event declarations. More...

#include "builder.hpp"
Include dependency graph for decl.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Event declarations.

Definition in file decl.hpp.