Clementine
|
Defines the poly storage type associate with a given entity type. More...
#include <entt.hpp>
Public Types | |
using | storage_type = poly< Storage< Entity > > |
Poly storage type for the given entity type. | |
Defines the poly storage type associate with a given entity type.
Entity | A valid entity type (see entt_traits for more details). |