Provided by: libstdc++-9-doc_9.5.0-6ubuntu2_all bug

__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

       #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.

       Definition at line 321 of file for_each_selectors.h.

Constructor & Destructor Documentation

   template<typename _Compare , typename _It > __gnu_parallel::__max_element_reduct< _Compare, _It
       >::__max_element_reduct (_Compare & __c) [inline],  [explicit]
       Definition at line 326 of file for_each_selectors.h.

Member Function Documentation

   template<typename _Compare , typename _It > _It __gnu_parallel::__max_element_reduct< _Compare, _It
       >::operator() (_It __x, _It __y) [inline]
       Definition at line 329 of file for_each_selectors.h.

Member Data Documentation

   template<typename _Compare , typename _It > _Compare& __gnu_parallel::__max_element_reduct< _Compare, _It
       >::__comp
       Definition at line 323 of file for_each_selectors.h.

Author

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

                                                    libstd__gnu_parallel::__max_...reduct< _Compare, _It >(3cxx)