FCountingOutputIterator

This is a basic object which counts how many times it has been incremented

Windows
MacOS
Linux

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

Name Description

Public function

FCountingOutputIterator()

Functions

Name Description

Public function Const

int32

 

GetCount()

Operators

Name Description

Public function Const

const FCount...

 

operator*()

Public function

const FCount...

 

operator++()

Public function

const FCount...

 

operator++

(
    int
)

Public function

const FCount...

 

operator+=

(
    const int32 Amount
)

Public function Const

T

 

operator=

(
    T Val
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss