Work function invokes sequential (i.e., STL) min_element, returning the index and value of the corresponding element.
More...
Public Member Functions | |
| range_min_element (Comparator comparator) | |
| template<typename View > | |
| std::pair< typename View::index_type, typename View::value_type > | operator() (View const &vw) const |
Work function invokes sequential (i.e., STL) min_element, returning the index and value of the corresponding element.
1.8.13