.TH "__gnu_parallel::__count_if_selector< _It, _Diff >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
__gnu_parallel::__count_if_selector< _It, _Diff > \- std::count_if () selector\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <for_each_selectors\&.h>\fP
.PP
Inherits \fB__gnu_parallel::__generic_for_each_selector< _It >\fP\&.
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "template<typename _Op > _Diff \fBoperator()\fP (_Op &__o, _It __i)"
.br
.RI "Functor execution\&. "
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "_It \fB_M_finish_iterator\fP"
.br
.RI "_Iterator on last element processed; needed for some algorithms (e\&. g\&. std::transform())\&. "
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<typename _It, typename _Diff>
.br
struct __gnu_parallel::__count_if_selector< _It, _Diff >"std::count_if () selector\&. 
.SH "Member Function Documentation"
.PP 
.SS "template<typename _It , typename _Diff > template<typename _Op > _Diff \fB__gnu_parallel::__count_if_selector\fP< _It, _Diff >::operator() (_Op & __o, _It __i)\fC [inline]\fP"

.PP
Functor execution\&. 
.PP
\fBParameters\fP
.RS 4
\fI__o\fP Operator\&. 
.br
\fI__i\fP iterator referencing object\&. 
.RE
.PP
\fBReturns\fP
.RS 4
1 if count, 0 if does not count\&. 
.RE
.PP

.SH "Member Data Documentation"
.PP 
.SS "template<typename _It > _It \fB__gnu_parallel::__generic_for_each_selector\fP< _It >::_M_finish_iterator\fC [inherited]\fP"

.PP
_Iterator on last element processed; needed for some algorithms (e\&. g\&. std::transform())\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.