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

Work function which reduces inputs to select min and max values from ranges and their corresponding indices. More...

Public Member Functions

 minmax_element_reduce (Comparator comparator)
 
template<typename Reference >
operator() (Reference &&a, Reference &&b) const
 

Detailed Description

template<typename T, typename Comparator>
class stapl::algo_details::minmax_element_reduce< T, Comparator >

Work function which reduces inputs to select min and max values from ranges and their corresponding indices.

Template Parameters
TTuple type storing min and max values and their indices.
ComparatorComparison function which is called to determine the min and max.

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