Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FRelativeBitReference
- TConstSetBitIterator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
Syntax
template<typename Allocator>
class TConstSetBitIterator : public FRelativeBitReference
Remarks
An iterator which only iterates over set bits.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConstSetBitIterator
(
const TBitArray< Allocator >& InArray, |
Constructor. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| bool | operator!=
(
const TConstSetBitIterator& Rhs |
||
| TConstSetBitIterator & | operator++ () |
Forwards iteration operator. | |
| bool | operator==
(
const TConstSetBitIterator& Rhs |