Home
last modified time | relevance | path

Searched defs:linq_where (Results 1 – 1 of 1) 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