Algo::LowerBoundBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::LowerBoundBy

(
    RangeType& Range,
    const ValueType& Value,
    ProjectionType Projection
)

Public function

auto

 

Algo::LowerBoundBy

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

Performs binary search, resulting in position of the first element with projected value >= 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