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++.
Classes | Public Member Functions | List of all members
cpplinq::linq_select< Collection, Selector > Class Template Reference

#include <linq_select.hpp>

Classes

struct  cursor
 

Public Member Functions

 linq_select (const Collection &c, Selector sel)
 
cursor get_cursor () const
 

Constructor & Destructor Documentation

template<class Collection, class Selector>
cpplinq::linq_select< Collection, Selector >::linq_select ( const Collection &  c,
Selector  sel 
)
inline

Member Function Documentation

template<class Collection, class Selector>
cursor cpplinq::linq_select< Collection, Selector >::get_cursor ( ) const
inline

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