Work function which reduces inputs to select min and max values from ranges and their corresponding indices. More...
Public Member Functions | |
| minmax_element_reduce (Comparator comparator) | |
| template<typename Reference > | |
| T | operator() (Reference &&a, Reference &&b) const |
Work function which reduces inputs to select min and max values from ranges and their corresponding indices.
| T | Tuple type storing min and max values and their indices. |
| Comparator | Comparison function which is called to determine the min and max. |
1.8.13