__gnu_parallel::generic_for_each_selector(3)

NAME

__gnu_parallel::generic_for_each_selector

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

Detailed Description

template<typename It> struct __gnu_parallel::generic_for_each_selector< It
>
Generic selector for embarrassingly parallel functions.
Definition at line 49 of file for_each_selectors.h.
Public Attributes
It finish_iterator

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 54 of file for_each_selectors.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout