Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_take.hpp12 struct linq_take_cursor struct
18 linq_take_cursor(const InnerCursor& cur, std::size_t rem) : cur(cur), rem(rem) {} in linq_take_cursor() argument
39 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