STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::algo_details::range_minmax_element< Comparator > Class Template Reference

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
 

Detailed Description

template<typename Comparator>
class stapl::algo_details::range_minmax_element< Comparator >

Work function invokes sequential (i.e., STL) minmax_element. returning the index and value of both corresponding elements.


The documentation for this class was generated from the following file: