Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
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, bool Both>
class TConstDualSetBitIterator : public FRelativeBitReference
Remarks
An iterator which only iterates over the bits which are set in both of two bit-arrays, if the Both template argument is true, or either if the argument is false.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConstDualSetBitIterator
(
const TBitArray< Allocator >& InArrayA, |
Constructor. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| TConstDualSetBitIterator & | operator++ () |
Advancement operator. |