table of contents
__gnu_parallel::min_element_reduct(3) | Library Functions Manual | __gnu_parallel::min_element_reduct(3) |
NAME¶
__gnu_parallel::min_element_reduct -
Reduction for finding the maximum element, using a comparator.
SYNOPSIS¶
Public Member Functions¶
min_element_reduct (Comp &c)
It operator() (It x, It y)
Public Attributes¶
Comp & comp
Detailed Description¶
template<typename Comp, typename It> struct __gnu_parallel::min_element_reduct< Comp, It >¶
Reduction for finding the maximum element, using a comparator.
Definition at line 308 of file for_each_selectors.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |