Clementine
Public Types | List of all members
entt::poly_storage_traits< Entity, typename > Struct Template Reference

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.
 

Detailed Description

template<typename Entity, typename = void>
struct entt::poly_storage_traits< Entity, typename >

Defines the poly storage type associate with a given entity type.

Template Parameters
EntityA valid entity type (see entt_traits for more details).

The documentation for this struct was generated from the following file: