Work function invokes sequential (i.e., STL) minmax_element. returning the index and value of both corresponding elements.
More...
Public Member Functions | |
| range_minmax_element (Comparator comparator) | |
| template<typename View > | |
| tuple< typename View::index_type, typename View::value_type, typename View::index_type, typename View::value_type > | operator() (View const &vw) const |
Work function invokes sequential (i.e., STL) minmax_element. returning the index and value of both corresponding elements.
1.8.13