Provided by: libstdc++-7-doc_7.5.0-6ubuntu2_all 

__gnu_parallel::__max_...reduct< _Compare, _It >(3cxx) __gnu_parallel::__max_...reduct< _Compare, _It >(3cxx)
NAME
__gnu_parallel::__max_element_reduct< _Compare, _It > - Reduction for finding the maximum element, using
a comparator.
SYNOPSIS
Public Member Functions
__max_element_reduct (_Compare &__c)
_It operator() (_It __x, _It __y)
Public Attributes
_Compare & __comp
Detailed Description
template<typename _Compare, typename _It>
struct __gnu_parallel::__max_element_reduct< _Compare, _It >" Reduction for finding the maximum element,
using a comparator.
Definition at line 321 of file for_each_selectors.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 2__gnu_parallel::__max_...reduct< _Compare, _It >(3cxx)