/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
linq_where.hpp | 18 typename inner_cursor::cursor_category>::type 19 cursor_category; typedef in struct:cpplinq::linq_where::cursor
|
linq_select.hpp | 22 typedef typename inner_cursor::cursor_category 23 cursor_category; typedef in struct:cpplinq::linq_select::cursor
|
linq_take.hpp | 16 typedef typename InnerCursor::cursor_category cursor_category; typedef in struct:cpplinq::linq_take_cursor 71 typename Collection::cursor::cursor_category>::value, 79 return detail::take_get_cursor_(c, n, typename Collection::cursor::cursor_category()); 90 -> decltype(get_cursor_(take, typename Collection::cursor::cursor_category())) 92 return get_cursor_(take, typename Collection::cursor::cursor_category());
|
linq_selectmany.hpp | 90 typedef typename util::min_cursor_category<typename Cur1::cursor_category, 91 typename Cur2::cursor_category, 93 cursor_category; typedef in class:cpplinq::linq_select_many::cursor
|
linq_cursor.hpp | 51 /// - cursor_category :: { onepass_cursor_tag, forward_cursor_tag, bidirectional_cursor_tag, random_access_cursor_tag } 153 cursor_category; typedef in class:cpplinq::iter_cursor 247 typedef forward_cursor_tag cursor_category; // TODO: not strictly true! typedef in class:cpplinq::dynamic_cursor
|
linq_groupby.hpp | 146 cursor_category; typedef in struct:cpplinq::linq_groupby::cursor
|