| Merge two sorted ranges, in place, into a single sorted range. |
||
| Merge two sorted ranges into a single sorted range. |
||
Min/Max
| Find the minimum of two values and return a reference to that value. |
||
| Find the maximum of two values and return a reference to that value. |
||
| Find the minimum value in a range and return an iterator pointing to that value. |
||
| Find the maximum value in a range and return an iterator pointing to that value. |
||