Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| auto | Algo::MaxElement
(
RangeType& Range |
Returns a pointer to the maximum element in a range. | |
| auto | Algo::MaxElement
(
RangeType& Range, |
Returns a pointer to the maximum element in a range with a user-defined binary comparator. |