__gnu_parallel::__max_element_reduct< _Compare, _It >(3cxx) | __gnu_parallel::__max_element_reduct< _Compare, _It >(3cxx) |
__gnu_parallel::__max_element_reduct< _Compare, _It > - Reduction for finding the maximum element, using a comparator.
#include <for_each_selectors.h>
__max_element_reduct (_Compare &__c)
_It operator() (_It __x, _It __y)
_Compare & __comp
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.
Definition at line 326 of file for_each_selectors.h.
Definition at line 329 of file for_each_selectors.h.
Definition at line 323 of file for_each_selectors.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |