logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_parallel::__max_element_reduct.3cxx

Author

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

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

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

See Also