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

#include <SortedMap.h>

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

Public Member Functions

 TConstKeyIterator (const TSortedMap &InMap, KeyInitType InKey)
 
TConstKeyIteratoroperator++ ()
 

Detailed Description

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

Iterates over values associated with a specified key in a const map. This will be at most one value because keys must be unique

Constructor & Destructor Documentation

◆ TConstKeyIterator()

TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TConstKeyIterator::TConstKeyIterator ( const TSortedMap InMap,
KeyInitType  InKey 
)
inline

Member Function Documentation

◆ operator++()


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