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