OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:random_access_cursor_tag
(Results
1 - 3
of
3
) sorted by null
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq_last.hpp
41
linq_last_(Cursor c,
random_access_cursor_tag
)
76
linq_last_or_default_(Cursor c,
random_access_cursor_tag
)
linq_take.hpp
54
random_access_cursor_tag
70
random_access_cursor_tag
,
linq_cursor.hpp
51
/// - cursor_category :: { onepass_cursor_tag, forward_cursor_tag, bidirectional_cursor_tag,
random_access_cursor_tag
}
66
struct
random_access_cursor_tag
: bidirectional_cursor_tag {};
struct in namespace:cpplinq
101
template <> struct iter_to_cursor_category_<4> { typedef
random_access_cursor_tag
type; };
Completed in 561 milliseconds