Algo::TransformAccumulate

Overload list

Windows
MacOS
Linux
Name Description

Public function

T

 

Algo::TransformAccumulate

(
    const A& Input,
    MapT MapOp,
    T Init
)

Sums a range by applying MapOp to each element, and then summing the results.

Public function

T

 

Algo::TransformAccumulate

(
    const A& Input,
    MapT MapOp,
    T Init,
    OpT Op
)

Sums a range by applying MapOp to each element, and then summing the results.

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