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