![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BitArray.h>
Inheritance diagram for TConstSetBitIterator< Allocator >:Public Member Functions | |
| TConstSetBitIterator (const TBitArray< Allocator > &InArray UE_LIFETIMEBOUND) | |
| TConstSetBitIterator (const TBitArray< Allocator > &InArray UE_LIFETIMEBOUND, int32 StartIndex) | |
| UE_FORCEINLINE_HINT TConstSetBitIterator & | operator++ () |
| UE_FORCEINLINE_HINT bool | operator== (const TConstSetBitIterator &Rhs) const |
| UE_FORCEINLINE_HINT bool | operator!= (const TConstSetBitIterator &Rhs) const |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| UE_FORCEINLINE_HINT int32 | GetIndex () const |
Public Member Functions inherited from FRelativeBitReference | |
| UE_FORCEINLINE_HINT | FRelativeBitReference (int32 BitIndex) |
| UE_FORCEINLINE_HINT bool | operator== (FRelativeBitReference Other) const |
| UE_FORCEINLINE_HINT bool | operator!= (FRelativeBitReference Other) const |
Additional Inherited Members | |
Public Attributes inherited from FRelativeBitReference | |
| int32 | WordIndex |
| uint32 | Mask |
An iterator which only iterates over set bits.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
Index accessor.
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |
Forwards iteration operator.
|
inline |