Searched refs:linq_where (Results 1 – 2 of 2) sorted by relevance
10 class linq_where class56 linq_where(const Collection& c, Predicate pred) : c(c), pred(pred) {} in linq_where() function in cpplinq::linq_where
262 linq_driver< linq_where<Collection, Predicate> > where(Predicate p) const { in where()263 return linq_where<Collection, Predicate>(c, std::move(p) ); in where()