Query: __gnu_parallel::generic_for_each_selector
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__gnu_parallel::generic_for_each_selector< It >(3cxx) __gnu_parallel::generic_for_each_selector< It >(3cxx)NAME__gnu_parallel::generic_for_each_selector< It > -SYNOPSISInherited 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. libstdc++ Thu Aug 2 2012 __gnu_parallel::generic_for_each_selector< It >(3cxx)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Introduction |
One instance of comparing grep and awk |