EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::storage_type< Type, Entity, Allocator, typename > Struct Template Reference

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.
 

Detailed Description

template<typename Type, typename Entity = entity, typename Allocator = std::allocator<Type>, typename = void>
struct entt::storage_type< Type, Entity, Allocator, typename >

Provides a common way to define storage types.

Template Parameters
TypeStorage value type.
EntityA valid entity type.
AllocatorType of allocator used to manage memory and elements.

Definition at line 216 of file fwd.hpp.

Member Typedef Documentation

◆ type

template<typename Type , typename Entity = entity, typename Allocator = std::allocator<Type>, typename = void>
using entt::storage_type< Type, Entity, Allocator, typename >::type = sigh_mixin<basic_storage<Type, Entity, Allocator> >

Type-to-storage conversion result.

Definition at line 218 of file fwd.hpp.


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