Clementine
|
Defines the component-to-storage conversion. More...
#include <entt.hpp>
Public Types | |
using | storage_type = sigh_storage_mixin< storage_adapter_mixin< basic_storage< Entity, Type > >> |
Resulting type after component-to-storage conversion. | |
Defines the component-to-storage conversion.
Formally:
Entity | A valid entity type (see entt_traits for more details). |
Type | Type of objects assigned to the entities. |