Searched defs:value_predicate (Results 1 – 1 of 1) sorted by relevance
31 struct value_predicate { struct32 value_predicate ( Predicate p, Iterator it ) : p_ ( p ), it_ ( it ) {} in value_predicate() function35 bool operator () ( const T1 &t1 ) const { return p_ ( *it_, t1 ); } in operator ()()37 Predicate p_;38 Iterator it_;