Algo::MaxElementBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::MaxElementBy

(
    RangeType& Range,
    ProjectionType Proj
)

Returns a pointer to the maximum element in a range with a user-defined binary comparator.

Public function

auto

 

Algo::MaxElementBy

(
    RangeType& Range,
    ProjectionType Proj,
    ComparatorType Comp
)

Returns a pointer to the maximum element in a range with a user-defined binary comparator.

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