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++.
|
#include "../rx-includes.hpp"
Go to the source code of this file.
Namespaces | |
rxcpp | |
rxcpp::sources | |
Macros | |
#define | RXCPP_SOURCES_RX_NEVER_HPP |
Functions | |
template<class T > | |
auto | rxcpp::sources::never () -> observable< T, detail::never< T >> |
#define RXCPP_SOURCES_RX_NEVER_HPP |