Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSparseArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include | #include "Containers/SparseArray.h" |
Syntax
template<typename SubsetAllocator>
class TConstSubsetIterator
Remarks
An iterator which only iterates over the elements of the array which correspond to set bits in a separate bit array.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConstSubsetIterator
(
const TSparseArray& InArray, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetIndex () |
||
| const FRelativeBitReference & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| const ElementType & | operator* () |
||
| TConstSubsetIterator & | operator++ () |
||
| const ElementType * | operator-> () |