Compile-time utilities for deriving query attributes from a parameter pack. More...
Go to the source code of this file.
Namespaces | |
| namespace | flecs::_ |
| Int to enum. | |
Functions | |
| template<typename T> | |
| constexpr flecs::inout_kind_t | flecs::_::type_to_inout () |
| template<typename T> | |
| constexpr flecs::oper_kind_t | flecs::_::type_to_oper () |
| template<typename... Components, typename Builder> | |
| void | flecs::_::populate_signature (flecs::world_t *world, Builder *builder) |
Compile-time utilities for deriving query attributes from a parameter pack.
Definition in file signature.hpp.