.TH "__gnu_parallel::identity_selector< It >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::identity_selector< It > \- .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_parallel::generic_for_each_selector< It >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "template It \fBoperator()\fP (Op o, It i)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "It \fBfinish_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct __gnu_parallel::identity_selector< It >" Selector that just returns the passed iterator\&. .PP Definition at line 254 of file for_each_selectors\&.h\&. .SH "Member Function Documentation" .PP .SS "template template It \fB__gnu_parallel::identity_selector\fP< It >::operator() (Opo, Iti)\fC [inline]\fP" .PP Functor execution\&. \fBParameters:\fP .RS 4 \fIo\fP Operator (unused)\&. .br \fIi\fP Iterator referencing object\&. .RE .PP \fBReturns:\fP .RS 4 Passed iterator\&. .RE .PP .PP Definition at line 262 of file for_each_selectors\&.h\&. .SH "Member Data Documentation" .PP .SS "template It \fB__gnu_parallel::generic_for_each_selector\fP< It >::finish_iterator\fC [inherited]\fP" .PP Iterator on last element processed; needed for some algorithms (e\&. g\&. std::transform())\&. .PP Definition at line 48 of file for_each_selectors\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.