Scroll to navigation

__gnu_parallel::max_element_reduct< Comp, It >(3cxx) __gnu_parallel::max_element_reduct< Comp, It >(3cxx)

NAME

__gnu_parallel::max_element_reduct< Comp, It > -

SYNOPSIS

Public Member Functions


max_element_reduct (Comp &c)
 
It operator() (It x, It y)
 

Public Attributes


Comp & comp
 

Detailed Description

 

template<typename Comp, typename It>struct __gnu_parallel::max_element_reduct< Comp, It >

Reduction for finding the maximum element, using a comparator.
Definition at line 327 of file for_each_selectors.h.
 

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Thu Aug 2 2012 libstdc++