Algo::IsSortedBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Algo::IsSortedBy

(
    const RangeType& Range,
    ProjectionType Projection
)

Tests if a range is sorted by a projection of the element type, using the projection's operator<.

Public function

bool

 

Algo::IsSortedBy

(
    const RangeType& Range,
    ProjectionType Projection,
    PredType Pred
)

Tests if a range is sorted by a projection of the element type, using a user-defined predicate on the projection.

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