Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Containers
Inheritance Hierarchy
- TContainerTraitsBase
- TContainerTraits< TArrayG< ElementType, ElementAllocatorType, RawAllocatorArgsType... > >
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include | #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... > >
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/uLangCore/uLang/Common/Containers/TContain-_1 |