__gnu_parallel::identity_selector< It > Struct Template Reference

Selector that just returns the passed iterator. More...

Inheritance diagram for __gnu_parallel::identity_selector< It >:

Inheritance graph

List of all members.

Public Member Functions

Public Attributes


Detailed Description

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

Selector that just returns the passed iterator.

Definition at line 254 of file for_each_selectors.h.


Member Function Documentation

template<typename It>
template<typename Op >
It __gnu_parallel::identity_selector< It >::operator() ( Op  o,
It  i 
) [inline]

Functor execution.

Parameters:
o Operator (unused).
i Iterator referencing object.
Returns:
Passed iterator.

Definition at line 262 of file for_each_selectors.h.


Member Data Documentation

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:

Generated on Tue Apr 21 13:14:05 2009 for libstdc++ by  doxygen 1.5.8