Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
struct FCountingOutputIterator
Remarks
This is a basic object which counts how many times it has been incremented
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetCount () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FCountingOutputIterator & | operator* () |
||
| const FCountingOutputIterator & | operator++ () |
||
| const FCountingOutputIterator & | operator++
(
int |
||
| const FCountingOutputIterator & | operator+=
(
const int32 Amount |
||
| T | operator=
(
T Val |