UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SortedSet.h File Reference
#include "Algo/BinarySearch.h"
#include "Algo/IndexOf.h"
#include "Algo/Sort.h"
#include "Containers/ArrayView.h"
#include "Containers/SetUtilities.h"
#include "UObject/NameTypes.h"

Go to the source code of this file.

Classes

class  TSortedSet< InElementType, ArrayAllocator, SortPredicate >
 
class  TSortedSet< InElementType, ArrayAllocator, SortPredicate >::TIterator
 
class  TSortedSet< InElementType, ArrayAllocator, SortPredicate >::TConstIterator
 

Functions

template<typename ElementType , typename ArrayAllocator , typename SortPredicate >
FArchiveoperator<< (FArchive &Ar, TSortedSet< ElementType, ArrayAllocator, SortPredicate > &Set)
 
 DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename ElementType, typename ArrayAllocator, typename SortPredicate >),(TSortedSet< ElementType, ArrayAllocator, SortPredicate >))
 
template<typename ElementType , typename ArrayAllocator , typename SortPredicate >
UE_FORCEINLINE_HINT FArchiveoperator<< (FArchive &Ar, TSortedSet< ElementType, ArrayAllocator, SortPredicate > &Set)
 

Function Documentation

◆ DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT()

DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ( (template< typename ElementType, typename ArrayAllocator, typename SortPredicate >)  ,
(TSortedSet< ElementType, ArrayAllocator, SortPredicate >)   
)

◆ operator<<() [1/2]

FArchive & operator<< ( FArchive Ar,
TSortedSet< ElementType, ArrayAllocator, SortPredicate > &  Set 
)

◆ operator<<() [2/2]

UE_FORCEINLINE_HINT FArchive & operator<< ( FArchive Ar,
TSortedSet< ElementType, ArrayAllocator, SortPredicate > &  Set 
)