Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Compile time utilities for deriving query attributes from param pack. More...
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | flecs::_::sig< Components > |
Namespaces | |
namespace | flecs::_ |
Int to enum. | |
Functions | |
template<typename T , if_t< is_const_p< T >::value > = 0> | |
constexpr flecs::inout_kind_t | flecs::_::type_to_inout () |
template<typename T , if_t< is_pointer< T >::value > = 0> | |
constexpr flecs::oper_kind_t | flecs::_::type_to_oper () |
Compile time utilities for deriving query attributes from param pack.
Definition in file signature.hpp.