Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_take.hpp66 struct linq_take struct
76 linq_take(const Collection& c, std::size_t n) : c(c), n(n) {} in linq_take() function
88 const linq_take<Collection>& take in get_cursor()
Dlinq.hpp494 linq_driver<linq_take<Collection>> take(std::size_t n) const { in take()
495 return linq_take<Collection>(c, n); in take()