Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| auto | Algo::BinarySearch
(
RangeType& Range, |
||
| auto | Algo::BinarySearch
(
RangeType& Range, |
Returns index to the first found element matching a value in a range, the range must be sorted by < |