libstdc++
for_each_selectors.h File Reference

Go to the source code of this file.

Classes

struct  __gnu_parallel::accumulate_binop_reduct< BinOp >
 
struct  __gnu_parallel::accumulate_selector< It >
 
struct  __gnu_parallel::adjacent_difference_selector< It >
 
struct  __gnu_parallel::count_if_selector< It, Diff >
 
struct  __gnu_parallel::count_selector< It, Diff >
 
struct  __gnu_parallel::dummy_reduct
 
struct  __gnu_parallel::fill_selector< It >
 
struct  __gnu_parallel::for_each_selector< It >
 
struct  __gnu_parallel::generate_selector< It >
 
struct  __gnu_parallel::generic_for_each_selector< It >
 
struct  __gnu_parallel::identity_selector< It >
 
struct  __gnu_parallel::inner_product_selector< It, It2, T >
 
struct  __gnu_parallel::max_element_reduct< Comp, It >
 
struct  __gnu_parallel::min_element_reduct< Comp, It >
 
struct  __gnu_parallel::nothing
 
struct  __gnu_parallel::replace_if_selector< It, Op, T >
 
struct  __gnu_parallel::replace_selector< It, T >
 
struct  __gnu_parallel::transform1_selector< It >
 
struct  __gnu_parallel::transform2_selector< It >
 

Namespaces

namespace  __gnu_parallel
 

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.