Work function which reduces two pairs of index and values, selecting the pair with minimumvalue. More...
Public Member Functions | |
min_element_reduce (Comparator comparator) | |
template<typename Reference > | |
T | operator() (Reference &&a, Reference &&b) const |
Work function which reduces two pairs of index and values, selecting the pair with minimumvalue.
T | Pair type which is reduced. |
Comparator | Comparison function which is called to determine the min. |