TBaseIterator

The base of [TSortedMap](API\Runtime\Core\Containers\TSortedMap) iterators

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

template<bool bConst>
class TBaseIterator

Remarks

The base of TSortedMap iterators

Variables

Name Description

Protected variable

PairItType

 

PairIt

Constructors

Name Description

Protected function

TBaseIterator

(
    const PairItType& InElementIt
)

Functions

Name Description

Public function Const

ItKeyType &

 

Key()

Public function Const

ItValueType ...

 

Value()

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

PairType &

 

operator*()

Public function

TBaseIterato...

 

operator++()

Public function Const

PairType ...

 

operator->()

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss