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

Filter implementation. More...

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

Go to the source code of this file.

Classes

struct  flecs::filter_base
 
struct  flecs::filter< Components >
 
struct  flecs::_::filter_delegate_w_ent< Func, arg_list< E, Args ... > >
 
struct  flecs::_::filter_delegate_no_ent< Func, arg_list< Args ... > >
 
struct  flecs::_::filter_delegate< Func, if_t< is_same< first_arg_t< Func >, flecs::entity >::value > >
 
struct  flecs::_::filter_delegate< Func, if_not_t< is_same< first_arg_t< Func >, flecs::entity >::value > >
 

Namespaces

namespace  flecs::_
 Int to enum.
 

Detailed Description

Filter implementation.

Definition in file impl.hpp.