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 | Namespaces | Functions
linq_take.hpp File Reference
#include <cstddef>
Include dependency graph for linq_take.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cpplinq::linq_take_cursor< InnerCursor >
 
struct  cpplinq::linq_take< Collection >
 

Namespaces

 cpplinq
 

Functions

template<class Collection >
auto cpplinq::get_cursor (const linq_take< Collection > &take) -> decltype(get_cursor_(take, typename Collection::cursor::cursor_category()))