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

  /external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq_last.hpp 11 linq_last_(Cursor c, onepass_cursor_tag)
50 linq_last_or_default_(Cursor c, onepass_cursor_tag)
linq_cursor.hpp 51 /// - cursor_category :: { onepass_cursor_tag, forward_cursor_tag, bidirectional_cursor_tag, random_access_cursor_tag }
63 struct onepass_cursor_tag {}; struct in namespace:cpplinq
64 struct forward_cursor_tag : onepass_cursor_tag {};
98 template <> struct iter_to_cursor_category_<1> { typedef onepass_cursor_tag type; };
linq_take.hpp 43 onepass_cursor_tag

Completed in 1091 milliseconds