Flecs
v4.1
A fast entity component system (ECS) for C & C++
Toggle main menu visibility
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
5
12
16
template
<
typename
... Args>
17
flecs::term
term
(Args &&... args)
const
;
18
21
template
<
typename
T>
22
flecs::term
term
()
const
;
23
26
template
<
typename
First,
typename
Second>
27
flecs::term
term
()
const
;
28
flecs::term
Class that describes a term.
Definition
impl.hpp:16
flecs::world::term
flecs::term term() const
Create a term for a (component) type.
flecs::world::term
flecs::term term() const
Create a term for a pair.
flecs::world::term
flecs::term term(Args &&... args) const
Create a term.