Searched refs:inner_cursor (Results 1 – 3 of 3) sorted by relevance
13 inner_cursor; typedef in cpplinq::linq_where18 typename inner_cursor::cursor_category>::type20 typedef typename inner_cursor::element_type22 typedef typename inner_cursor::reference_type25 cursor(const inner_cursor& cur, const Predicate& p) : cur(cur), pred(p) in cursor()52 inner_cursor cur;
15 inner_cursor; typedef in cpplinq::linq_select18 typedef typename util::result_of<Selector(typename inner_cursor::element_type)>::type22 typedef typename inner_cursor::cursor_category25 cursor(const inner_cursor& cur, Selector sel) : cur(cur), sel(std::move(sel)) {} in cursor()39 inner_cursor cur;
61 inner_cursor; typedef in cpplinq::linq_groupby63 typedef typename util::result_of<KeyFn(typename inner_cursor::element_type)>::type66 typedef std::list<typename inner_cursor::element_type>91 impl_t(inner_cursor cur, in impl_t()101 void insert_all(inner_cursor cur) in insert_all()108 void insert(typename inner_cursor::reference_type element) in insert()148 cursor(inner_cursor cur, in cursor()