EnTT 3.14.0
|
#include <fwd.hpp>
Public Types | |
using | type = constness_as_t<storage_type_t<std::remove_const_t<Type>, Entity, Allocator>, Type> |
Type-to-storage conversion result. | |
Type-to-storage conversion utility that preserves constness.
Type | Storage value type, eventually const. |
Entity | A valid entity type. |
Allocator | Type of allocator used to manage memory and elements. |
using entt::storage_for< Type, Entity, Allocator >::type = constness_as_t<storage_type_t<std::remove_const_t<Type>, Entity, Allocator>, Type> |