HomeSort by relevance Sort by last modified time
    Searched refs:forward_cursor_tag (Results 1 - 5 of 5) sorted by null

  /external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq_last.hpp 27 linq_last_(Cursor c, forward_cursor_tag)
62 linq_last_or_default_(Cursor c, forward_cursor_tag)
linq_cursor.hpp 51 /// - cursor_category :: { onepass_cursor_tag, forward_cursor_tag, bidirectional_cursor_tag, random_access_cursor_tag }
64 struct forward_cursor_tag : onepass_cursor_tag {}; struct in namespace:cpplinq
65 struct bidirectional_cursor_tag : forward_cursor_tag {};
99 template <> struct iter_to_cursor_category_<2> { typedef forward_cursor_tag type; };
247 typedef forward_cursor_tag cursor_category; // TODO: not strictly true!
linq_groupby.hpp 145 typedef forward_cursor_tag
linq_selectmany.hpp 92 forward_cursor_tag>::type
linq.hpp 401 forward_cursor_tag>::value,

Completed in 157 milliseconds