Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FRefCountVector
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include | #include "Util/RefCountVector.h" |
Syntax
template<typename ToType>
class MappedEnumerable
Remarks
Enumerable object that maps indices output by Index_iteration to a second type
Variables
| Type | Name | Description | |
|---|---|---|---|
| IndexEnumerable | enumerable | ||
| TFunction< ToType(int)> | MapFunc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
MappedEnumerable
(
const IndexEnumerable& enumerable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| MappedIterator< int, ToType, IndexIterator > | begin () |
||
| MappedIterator< int, ToType, IndexIterator > | end () |