Searched defs:linq_take (Results 1 – 1 of 1) sorted by relevance
66 struct linq_take struct74 cursor;76 linq_take(const Collection& c, std::size_t n) : c(c), n(n) {} in linq_take() function78 cursor get_cursor() const { in get_cursor()82 Collection c;83 std::size_t n;