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

Work function invokes sequential (i.e., STL) max_element, returning the index and value of the corresponding element. More...

Public Member Functions

 range_max_element (Comparator comparator)
 
template<typename View >
std::pair< typename View::index_type, typename View::value_type > operator() (View const &vw) const
 

Detailed Description

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

Work function invokes sequential (i.e., STL) max_element, returning the index and value of the corresponding element.


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