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
14template<typename... Args>
15flecs::term term(Args &&... args) const;
16
19template<typename T>
21
24template<typename First, typename Second>
26
flecs::term term(Args &&... args) const
Create a term.
Class that describes a term.
Definition: impl.hpp:16
flecs::term term() const
Create a term for a (component) type.