Home
last modified time | relevance | path

Searched refs:linq_where (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_where.hpp10 class linq_where class
56 linq_where(const Collection& c, Predicate pred) : c(c), pred(pred) {} in linq_where() function in cpplinq::linq_where
Dlinq.hpp262 linq_driver< linq_where<Collection, Predicate> > where(Predicate p) const { in where()
263 return linq_where<Collection, Predicate>(c, std::move(p) ); in where()