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

Public Member Functions

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

Detailed Description

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

Definition at line 262 of file impl.hpp.

Constructor & Destructor Documentation

◆ query_delegate_no_ent()

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

Definition at line 264 of file impl.hpp.


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