Searched refs:linq_take_cursor (Results 1 – 1 of 1) sorted by relevance
12 struct linq_take_cursor struct18 linq_take_cursor(const InnerCursor& cur, std::size_t rem) : cur(cur), rem(rem) {} in linq_take_cursor() argument39 linq_take_cursor<typename Collection::cursor> 46 return linq_take_cursor<typename Collection::cursor>(c.get_cursor(), n); in take_get_cursor_()73 linq_take_cursor<typename Collection::cursor>>::type