EnTT 3.14.0
|
Provides a common way to define storage types. More...
#include <fwd.hpp>
Public Types | |
using | type = sigh_mixin < basic_storage<Type, Entity, Allocator> > |
Type-to-storage conversion result. | |
Provides a common way to define storage types.
Type | Storage value type. |
Entity | A valid entity type. |
Allocator | Type of allocator used to manage memory and elements. |
using entt::storage_type< Type, Entity, Allocator, typename >::type = sigh_mixin < basic_storage<Type, Entity, Allocator> > |