Flecs
v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Static Public Attributes
|
List of all members
flecs::_::is_sparse_query< Components > Struct Template Reference
Static Public Attributes
static constexpr bool
value
Detailed Description
template<typename ... Components>
struct flecs::_::is_sparse_query< Components >
Definition at line
185
of file
pair.hpp
.
Member Data Documentation
◆
value
template<typename ... Components>
constexpr bool
flecs::_::is_sparse_query
< Components >::value
static
constexpr
Initial value:
=
sizeof
...(Components) != 0 &&
(is_sparse_query_field<remove_reference_t<Components>>::value && ...)
Definition at line
186
of file
pair.hpp
.
The documentation for this struct was generated from the following file:
include/flecs/addons/cpp/
pair.hpp