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++.
|
Go to the source code of this file.
Namespaces | |
cpplinq | |
cpplinq::util | |
Macros | |
#define | CppLinq_GET_ITERATOR_TYPE(TContainer) typename ::cpplinq::util::container_traits<TContainer>::iterator |
#define | CppLinq_GET_CONST_ITERATOR_TYPE(TContainer) typename ::cpplinq::util::container_traits<TContainer>::const_iterator |
#define CppLinq_GET_CONST_ITERATOR_TYPE | ( | TContainer | ) | typename ::cpplinq::util::container_traits<TContainer>::const_iterator |
#define CppLinq_GET_ITERATOR_TYPE | ( | TContainer | ) | typename ::cpplinq::util::container_traits<TContainer>::iterator |