Navigation
API > API/Runtime > API/Runtime/Core
| Name | TCanMoveBetweenAllocators< TSizedDefaultAllocator< FromIndexSize >, TSizedDefaultAllocator< ToIndexSize > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint8 FromIndexSize, uint8 ToIndexSize>
struct TCanMoveBetweenAllocators< TSizedDefaultAllocator< FromIndexSize >, TSizedDefaultAllocator< ToIndexSize > > : public TCanMoveBetweenAllocators< TSizedDefaultAllocator< FromIndexSize >::Typedef, TSizedDefaultAllocator< ToIndexSize >::Typedef >
Inheritance Hierarchy
- TCanMoveBetweenAllocators → TCanMoveBetweenAllocators< TSizedDefaultAllocator< FromIndexSize >, TSizedDefaultAllocator< ToIndexSize > >