FConstIterator

Const BitArray iterator.

Windows
MacOS
Linux

Inheritance Hierarchy

FRelativeBitReference

TBitArray::FConstIterator

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

class FConstIterator : public FRelativeBitReference

Remarks

Const BitArray iterator.

Constructors

Name Description

Public function

FConstIterator

(
    const TBitArray< Allocator >& InAr...,
    int32 StartIndex
)

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

FConstIterat...

 

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