TBaseKeyIterator

The base type of whole set iterators.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

template<bool bConst>
class TBaseKeyIterator

Remarks

The base type of whole set iterators.

Variables

Name Description

Protected variable

FSetElementId

 

Id

Protected variable

TTypeTraits< ty...

 

Key

Protected variable

FSetElementId

 

NextId

Protected variable

SetType &

 

Set

Constructors

Name Description

Public function

TBaseKeyIterator

(
    SetType& InSet,
    KeyInitType InKey
)

Initialization constructor.

Operators

Name Description

Public function Const

 

operator bool()

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

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function Const

ItElementTyp...

 

operator*()

Public function

TBaseKeyIter...

 

operator++()

Advances the iterator to the next element.

Public function Const

ItElementTyp...

 

operator->()

Accessors.

Typedefs

Name

Description

ItElementType

SetType

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