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 Member Functions | List of all members
rxcpp::identity_observable Struct Reference

#include <rx-predef.hpp>

Public Member Functions

template<class Observable >
auto operator() (Observable o) -> Observable
 

Member Function Documentation

template<class Observable >
auto rxcpp::identity_observable::operator() ( Observable  o) -> Observable
inline

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