Algo::IsSorted

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Algo::IsSorted

(
    const RangeType& Range
)

Tests if a range is sorted by its element type's operator<.

Public function

bool

 

Algo::IsSorted

(
    const T* Array,
    int32 ArraySize
)

IsSorted taking a pointer and size has been deprecated - please pass a TArrayView instead

Public function

bool

 

Algo::IsSorted

(
    const RangeType& Range,
    PredType Pred
)

Tests if a range is sorted by a user-defined predicate.

Public function

bool

 

Algo::IsSorted

(
    const T* Array,
    int32 ArraySize,
    PredType Pred
)

IsSorted taking a pointer and size has been deprecated - please pass a TArrayView instead

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