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_iterators.hpp>
Public Types | |
typedef cursor_iterator< typename Container::cursor > | iterator |
Public Member Functions | |
container_range (Container c) | |
iterator | begin () const |
iterator | end () const |
typedef cursor_iterator<typename Container::cursor> cpplinq::container_range< Container >::iterator |
|
inline |
|
inline |
|
inline |