table of contents
__gnu_parallel::generic_for_each_selector(3) | Library Functions Manual | __gnu_parallel::generic_for_each_selector(3) |
NAME¶
__gnu_parallel::generic_for_each_selector -
Generic selector for embarrassingly parallel functions.
SYNOPSIS¶
Inherited by __gnu_parallel::accumulate_selector< It >, __gnu_parallel::adjacent_difference_selector< It >, __gnu_parallel::count_if_selector< It, Diff >, __gnu_parallel::count_selector< It, Diff >, __gnu_parallel::fill_selector< It >, __gnu_parallel::for_each_selector< It >, __gnu_parallel::generate_selector< It >, __gnu_parallel::identity_selector< It >, __gnu_parallel::inner_product_selector< It, It2, T >, __gnu_parallel::replace_if_selector< It, Op, T >, __gnu_parallel::replace_selector< It, T >, __gnu_parallel::transform1_selector< It >, and __gnu_parallel::transform2_selector< It >.
Public Attributes¶
It finish_iterator
Detailed Description¶
template<typename It> struct __gnu_parallel::generic_for_each_selector< It >¶
Generic selector for embarrassingly parallel functions.
Definition at line 43 of file for_each_selectors.h.
Member Data Documentation¶
template<typename It > It __gnu_parallel::generic_for_each_selector< It >::finish_iterator¶
Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 48 of file for_each_selectors.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |