Algo::UpperBound

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::UpperBound

(
    RangeType& Range,
    const ValueType& Value
)

Public function

auto

 

Algo::UpperBound

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

Performs binary search, resulting in position of the first element > Value using 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