UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TIterator Class Reference

#include <SortedMap.h>

Inherits TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >.

Public Member Functions

UE_FORCEINLINE_HINT TIterator (TSortedMap &InMap)
 
UE_FORCEINLINE_HINT TIterator (const typename TBaseIterator< false >::PairItType &InPairIt)
 
UE_FORCEINLINE_HINT void RemoveCurrent ()
 

Detailed Description

template<typename InKeyType, typename InValueType, typename ArrayAllocator, typename SortPredicate>
class TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TIterator

Map iterator

Constructor & Destructor Documentation

◆ TIterator() [1/2]

◆ TIterator() [2/2]

UE_FORCEINLINE_HINT TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TIterator::TIterator ( const typename TBaseIterator< false >::PairItType &  InPairIt)
inline

Member Function Documentation

◆ RemoveCurrent()

Removes the current pair from the map


The documentation for this class was generated from the following file: