Navigation
API > API/Runtime > API/Runtime/uLangCore
| |
|
| Name |
TContainerTraits< TArrayG< ElementType, ElementAllocatorType, RawAllocatorArgsType... > > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path |
#include "uLang/Common/Containers/Array.h" |
Syntax
template<typename ElementType, typename ElementAllocatorType, typename... RawAllocatorArgsType>
struct TContainerTraits< TArrayG< ElementType, ElementAllocatorType, RawAllocatorArgsType... > > : public uLang::TContainerTraitsBase< TArrayG< ElementType, ElementAllocatorType, RawAllocatorArgsType... > >
Inheritance Hierarchy
- TContainerTraitsBase → TContainerTraits< TArrayG< ElementType, ElementAllocatorType, RawAllocatorArgsType... > >
Constants
| Name |
Type |
Remarks |
Include Path |
| MoveWillEmptyContainer |
bool |
|
uLang/Common/Containers/Array.h |