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 Attributes | List of all members
cpplinq::util::cursor_type< Collection > Struct Template Reference

#include <linq_cursor.hpp>

Public Attributes

decltype(cursor(*static_cast< Collection * >(0))) typede type )
 

Member Data Documentation

template<class Collection >
decltype(cursor(*static_cast<Collection*>(0))) typede cpplinq::util::cursor_type< Collection >::type)

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