TConstDualSetBitIterator

An iterator which only iterates over the bits which are set in both of two bit-arrays.

Windows
MacOS
Linux

Inheritance Hierarchy

FRelativeBitReference

TConstDualSetBitIterator

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

template<typename Allocator, typename OtherAllocator>
class TConstDualSetBitIterator : public FRelativeBitReference

Remarks

An iterator which only iterates over the bits which are set in both of two bit-arrays.

Constructors

Name Description

Public function

TConstDualSetBitIterator

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

Constructor.

Functions

Name Description

Public function Const

int32

 

GetIndex()

Index accessor.

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

TConstDualSe...

 

operator++()

Advancement 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