Searched defs:impl_t (Results 1 – 3 of 3) sorted by relevance
76 struct impl_t struct in cpplinq::linq_groupby82 element_list_type elements;83 std::list<group_type> groups;84 std::map<key_type, group_type*, Compare> groupIndex;88 KeyFn keySelector;89 Compare comp;91 impl_t(inner_cursor cur, in impl_t() argument101 void insert_all(inner_cursor cur) in insert_all()108 void insert(typename inner_cursor::reference_type element) in insert()
70 typedef decltype(impl) impl_t; typedef in either