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++.
Public Member Functions | List of all members
cpplinq::container_interface< T > Struct Template Referenceabstract

#include <linq_cursor.hpp>

Public Member Functions

virtual dynamic_cursor< T > get_cursor () const =0
 

Member Function Documentation

template<class T >
virtual dynamic_cursor<T> cpplinq::container_interface< T >::get_cursor ( ) const
pure virtual

The documentation for this struct was generated from the following file: