Flecs
v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
14
template
<
typename
... Args>
15
flecs::term
term
(Args &&... args)
const
;
16
19
template
<
typename
T>
20
flecs::term
term
()
const
;
21
24
template
<
typename
First,
typename
Second>
25
flecs::term
term
()
const
;
26
flecs::world::term
flecs::term term(Args &&... args) const
Create a term.
flecs::term
Class that describes a term.
Definition:
impl.hpp:16
term
flecs::term term() const
Create a term for a (component) type.