Skip to content
Flecs v4.1
flecs::_::entity_observer_delegate< Func, Event > Struct Template Reference

Public Member Functions

template<typename F>
 entity_observer_delegate (F &&func) noexcept

Static Public Member Functions

static void run (ecs_iter_t *iter)

Detailed Description

template<typename Func, typename Event = void>
struct flecs::_::entity_observer_delegate< Func, Event >

Definition at line 339 of file delegate.hpp.

Constructor & Destructor Documentation

◆ entity_observer_delegate()

template<typename Func, typename Event = void>
template<typename F>
flecs::_::entity_observer_delegate< Func, Event >::entity_observer_delegate ( F && func)
inlineexplicitnoexcept

Definition at line 341 of file delegate.hpp.

Member Function Documentation

◆ run()

template<typename Func, typename Event = void>
void flecs::_::entity_observer_delegate< Func, Event >::run ( ecs_iter_t * iter)
inlinestatic

Definition at line 344 of file delegate.hpp.


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