|
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++.
|
#include <linq_groupby.hpp>
Public Types | |
| typedef Iter | iterator |
| typedef Iter | const_iterator |
Public Member Functions | |
| group () | |
| group (const Key &key) | |
| Iter | begin () const |
| Iter | end () const |
Public Attributes | |
| Key | key |
| Iter | start |
| Iter | fin |
| typedef Iter cpplinq::group< Iter, Key >::const_iterator |
| typedef Iter cpplinq::group< Iter, Key >::iterator |
|
inline |
|
inline |
|
inline |
|
inline |
| Iter cpplinq::group< Iter, Key >::fin |
| Key cpplinq::group< Iter, Key >::key |
| Iter cpplinq::group< Iter, Key >::start |
1.8.11