Functors representing different tasks to be plugged into the generic parallelization methods for embarrassingly parallel functions. This file is a GNU parallel extension to the Standard C++ Library.
More...
Go to the source code of this file.
Classes
- struct __gnu_parallel::__accumulate_binop_reduct< _BinOp >
- General reduction, using a binary operator. More...
- struct __gnu_parallel::__accumulate_selector< _It >
- std::accumulate() selector. More...
- struct __gnu_parallel::__adjacent_difference_selector< _It >
- Selector that returns the difference between two adjacent __elements. More...
- struct __gnu_parallel::__count_if_selector< _It, _Diff >
- std::count_if () selector. More...
- struct __gnu_parallel::__count_selector< _It, _Diff >
- std::count() selector. More...
- struct __gnu_parallel::__fill_selector< _It >
- std::fill() selector. More...
- struct __gnu_parallel::__for_each_selector< _It >
- std::for_each() selector. More...
- struct __gnu_parallel::__generate_selector< _It >
- std::generate() selector. More...
- struct __gnu_parallel::__generic_for_each_selector< _It >
- Generic __selector for embarrassingly parallel functions. More...
- struct __gnu_parallel::__identity_selector< _It >
- Selector that just returns the passed iterator. More...
- struct __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >
- std::inner_product() selector. More...
- struct __gnu_parallel::__max_element_reduct< _Compare, _It >
- Reduction for finding the maximum element, using a comparator. More...
- struct __gnu_parallel::__min_element_reduct< _Compare, _It >
- Reduction for finding the maximum element, using a comparator. More...
- struct __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >
- std::replace() selector. More...
- struct __gnu_parallel::__replace_selector< _It, _Tp >
- std::replace() selector. More...
- struct __gnu_parallel::__transform1_selector< _It >
- std::transform() __selector, one input sequence variant. More...
- struct __gnu_parallel::__transform2_selector< _It >
- std::transform() __selector, two input sequences variant. More...
- struct __gnu_parallel::_DummyReduct
- Reduction function doing nothing. More...
- struct __gnu_parallel::_Nothing
- Functor doing nothing. More...
Namespaces
Detailed Description
Functors representing different tasks to be plugged into the generic parallelization methods for embarrassingly parallel functions. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file for_each_selectors.h.