![]() |
TrinityCore
|
#include <PacketUtilities.h>
Public Types | |
| using | allocator_type = short_alloc::short_alloc< T,(N *sizeof(T)+(alignof(std::max_align_t) - 1)) &~(alignof(std::max_align_t) - 1)> |
| using | resource_type = typename allocator_type::arena_type |
Definition at line 151 of file PacketUtilities.h.
| using WorldPackets::ArrayAllocatorTraits< T, N, IsLarge >::allocator_type = short_alloc::short_alloc<T, (N * sizeof(T) + (alignof(std::max_align_t) - 1)) & ~(alignof(std::max_align_t) - 1)> |
Definition at line 153 of file PacketUtilities.h.
| using WorldPackets::ArrayAllocatorTraits< T, N, IsLarge >::resource_type = typename allocator_type::arena_type |
Definition at line 154 of file PacketUtilities.h.