TBaseIterator

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, bool bRangedFor>
class TBaseIterator

Remarks

The base type of whole set iterators.

Variables

Name Description

Public variable

ElementItType

 

ElementIt

Constructors

Name Description

Public function

TBaseIterator

(
    const ElementItType& InElementIt
)

Functions

Name Description

Public function Const

FSetElementI...

 

GetId()

Accessors.

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

TBaseIterato...

 

operator++()

Advances the iterator to the next element.

Public function Const

ItElementTyp...

 

operator->()

Typedefs

Name

Description

ElementItType

ItElementType

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