RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
cpplinq::linq_groupby< Collection, KeyFn, Compare > Member List

This is the complete list of members for cpplinq::linq_groupby< Collection, KeyFn, Compare >, including all inherited members.

get_cursor() const cpplinq::linq_groupby< Collection, KeyFn, Compare >inline
linq_groupby(Collection c, KeyFn keyFn, Compare comp=Compare())cpplinq::linq_groupby< Collection, KeyFn, Compare >inline