oracular (3) __gnu_parallel::__max_element_reduct.3cxx.gz

Provided by: libstdc++-14-doc_14.2.0-4ubuntu2_all bug

NAME

       __gnu_parallel::__max_element_reduct< _Compare, _It > - Reduction for finding the maximum element, using
       a comparator.

SYNOPSIS

       #include <for_each_selectors.h>

   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.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libgnucparallel::__max_element_reduct< _Compare, _It >(3cxx)