Algo::Unique

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::Unique

(
    RangeType&& Range
)

Eliminates all but the first element from every consecutive group of equivalent elements and returns past-the-end index of unique elements for the new logical end of the range.

Public function

auto

 

Algo::Unique

(
    RangeType&& Range,
    BinaryPredicate Predicate
)

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