Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::filter_delegate_no_ent< Func, arg_list< Args ... > > Struct Template Reference

Public Member Functions

 filter_delegate_no_ent (const flecs::world &world, Func &&func)
 

Detailed Description

template<typename Func, typename ... Args>
struct flecs::_::filter_delegate_no_ent< Func, arg_list< Args ... > >

Definition at line 208 of file impl.hpp.

Constructor & Destructor Documentation

◆ filter_delegate_no_ent()

template<typename Func , typename ... Args>
flecs::_::filter_delegate_no_ent< Func, arg_list< Args ... > >::filter_delegate_no_ent ( const flecs::world & world,
Func && func )
inline

Definition at line 210 of file impl.hpp.


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