libstdc++
__gnu_parallel::for_each_selector< It > Struct Template Reference
Inheritance diagram for __gnu_parallel::for_each_selector< It >:
Inheritance graph

Public Member Functions

template<typename Op >
bool operator() (Op &o, It i)
 

Public Attributes

It finish_iterator
 

Detailed Description

template<typename It>
struct __gnu_parallel::for_each_selector< It >

std::for_each() selector.

Definition at line 54 of file for_each_selectors.h.

Member Function Documentation

template<typename It>
template<typename Op >
bool __gnu_parallel::for_each_selector< It >::operator() ( Op &  o,
It  i 
)
inline

Functor execution.

Parameters
oOperator.
iIterator referencing object.

Definition at line 61 of file for_each_selectors.h.

Member Data Documentation

template<typename It >
It __gnu_parallel::generic_for_each_selector< It >::finish_iterator
inherited

Iterator on last element processed; needed for some algorithms (e. g. std::transform()).

Definition at line 48 of file for_each_selectors.h.


The documentation for this struct was generated from the following file: