Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| decltype(GetNum(Range)) | Algo::LowerBound
(
RangeType& Range, |
||
| decltype(GetNum(Range)) | Algo::LowerBound
(
RangeType& Range, |
Performs binary search, resulting in position of the first element >= Value using predicate |