EnTT 3.15.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.
 
using type
 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 240 of file fwd.hpp.

Member Typedef Documentation

◆ type [1/2]

using entt::storage_type< reactive, Entity, Allocator, typename >::type

Type-to-storage conversion result.

Definition at line 228 of file fwd.hpp.

◆ type [2/2]

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 242 of file fwd.hpp.


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