EnTT 3.14.0
Loading...
Searching...
No Matches
entt::storage_type< reactive, Entity, Allocator > Struct Template Reference

#include <fwd.hpp>

Public Types

using type = reactive_mixin<basic_storage<reactive, Entity, Allocator>>
 Type-to-storage conversion result.
 

Detailed Description

template<typename Entity, typename Allocator>
struct entt::storage_type< reactive, Entity, Allocator >

@ brief Partial specialization for reactive storage types.

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

Definition at line 241 of file fwd.hpp.

Member Typedef Documentation

◆ type

template<typename Entity , typename Allocator >
using entt::storage_type< reactive, Entity, Allocator >::type = reactive_mixin<basic_storage<reactive, Entity, Allocator>>

Type-to-storage conversion result.

Definition at line 243 of file fwd.hpp.


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