UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator Class Reference
+ Inheritance diagram for TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator:

Public Member Functions

UE_FORCEINLINE_HINT TConstIterator (const TMAPBASE &InMap)
 
- Public Member Functions inherited from TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< bConst >
UE_FORCEINLINE_HINT TBaseIterator (const PairItType &InElementIt)
 
UE_FORCEINLINE_HINT TBaseIteratoroperator++ ()
 
UE_FORCEINLINE_HINT operator bool () const
 
UE_FORCEINLINE_HINT bool operator! () const
 
UE_FORCEINLINE_HINT bool operator== (const TBaseIterator &Rhs) const
 
UE_FORCEINLINE_HINT bool operator!= (const TBaseIterator &Rhs) const
 
UE_FORCEINLINE_HINT ItKeyType & Key () const
 
UE_FORCEINLINE_HINT ItValueType & Value () const
 
UE_FORCEINLINE_HINT FSetElementId GetId () const
 
UE_FORCEINLINE_HINT PairType & operator* () const
 
UE_FORCEINLINE_HINT PairType * operator-> () const
 

Additional Inherited Members

- Public Types inherited from TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< bConst >
typedef std::conditional_t< bConst, typename ElementSetType::TConstIterator, typename ElementSetType::TIterator > PairItType
 
- Protected Attributes inherited from TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< bConst >
PairItType PairIt
 

Detailed Description

template<typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs>
class TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator

Const map iterator.

Constructor & Destructor Documentation

◆ TConstIterator()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
UE_FORCEINLINE_HINT TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator::TConstIterator ( const TMAPBASE InMap)
inline

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