Skip to content
Flecs
v4.1
Search
Ctrl K
flecs
_
is_sparse_field
Static Public Attributes
|
List of all members
flecs::_::is_sparse_field< T > Struct Template Reference
Static Public Attributes
static constexpr bool
value
Detailed Description
template<typename T>
struct flecs::_::is_sparse_field< T >
Definition at line
171
of file
pair.hpp
.
Member Data Documentation
◆
value
template<typename T>
bool
flecs::_::is_sparse_field
< T >::value
static
constexpr
Initial value:
= !is_pointer<T>::value &&
!is_empty<actual_type_t<T>>::value && is_actual<T>::value &&
dont_fragment<std::remove_cv_t<T>
>::value
flecs::dont_fragment
Trait that marks a component as DontFragment at compile time.
Definition
utils.hpp:178
Definition at line
172
of file
pair.hpp
.
The documentation for this struct was generated from the following file:
include/flecs/addons/cpp/
pair.hpp
Esc
↑
↓
to navigate
↵
to open
Esc
to close