Algo::BinarySearch

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::BinarySearch

(
    RangeType& Range,
    const ValueType& Value
)

Public function

auto

 

Algo::BinarySearch

(
    RangeType& Range,
    const ValueType& Value,
    SortPredicateType SortPredicate
)

Returns index to the first found element matching a value in a range, the range must be sorted by <

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