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

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.
 

Detailed Description

template<typename Entity, typename Type, typename = void>
struct entt::storage_traits< Entity, Type, typename >

Defines the component-to-storage conversion.

Formally:

Template Parameters
EntityA valid entity type (see entt_traits for more details).
TypeType of objects assigned to the entities.

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