__gnu_parallel::__max_element_reduct.3cxx
Contents
Detailed Description
template<typename_Compare,typename_It>
struct __gnu_parallel::__max_element_reduct< _Compare, _It >"Reduction for finding the maximum element,
using a comparator.
Name
__gnu_parallel::__max_element_reduct< _Compare, _It > - Reduction for finding the maximum element, using
a comparator.
Synopsis
#include <for_each_selectors.h>
PublicMemberFunctions__max_element_reduct (_Compare &__c)
_It operator() (_It __x, _It __y)
PublicAttributes
_Compare & __comp