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_where< Collection, Predicate > Class Template Reference

#include <linq_where.hpp>

Classes

struct  cursor
 

Public Member Functions

 linq_where (const Collection &c, Predicate pred)
 
cursor get_cursor () const
 

Constructor & Destructor Documentation

template<class Collection, class Predicate>
cpplinq::linq_where< Collection, Predicate >::linq_where ( const Collection &  c,
Predicate  pred 
)
inline

Member Function Documentation

template<class Collection, class Predicate>
cursor cpplinq::linq_where< Collection, Predicate >::get_cursor ( ) const
inline

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