EnTT 3.14.0
|
Common way to access various properties of components. More...
#include <component.hpp>
Public Types | |
using | type = Type |
Component type. | |
Static Public Attributes | |
static constexpr bool | in_place_delete = internal::in_place_delete<Type>::value |
Pointer stability, default is false . | |
static constexpr std::size_t | page_size = internal::page_size<Type>::value |
Page size, default is ENTT_PACKED_PAGE for non-empty types. | |
Common way to access various properties of components.
Type | Type of component. |
Definition at line 42 of file component.hpp.
using entt::component_traits< Type, typename >::type = Type |
Component type.
Definition at line 46 of file component.hpp.
|
staticconstexpr |
Pointer stability, default is false
.
Definition at line 49 of file component.hpp.
|
staticconstexpr |
Page size, default is ENTT_PACKED_PAGE
for non-empty types.
Definition at line 51 of file component.hpp.