Searched refs:linq_take (Results 1 – 2 of 2) sorted by relevance
66 struct linq_take struct76 linq_take(const Collection& c, std::size_t n) : c(c), n(n) {} in linq_take() function88 const linq_take<Collection>& take in get_cursor()
494 linq_driver<linq_take<Collection>> take(std::size_t n) const { in take()495 return linq_take<Collection>(c, n); in take()