FConstReverseIterator

Const reverse iterator.

Windows
MacOS
Linux

Inheritance Hierarchy

FRelativeBitReference

TBitArray::FConstReverseIterator

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

class FConstReverseIterator : public FRelativeBitReference

Remarks

Const reverse iterator.

Constructors

Name Description

Public function

FConstReverseIterator

(
    const TBitArray< Allocator >& InAr...
)

Functions

Name Description

Public function Const

int32

 

GetIndex()

Public function Const

FConstBitRef...

 

GetValue()

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

FConstRevers...

 

operator++()

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