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_for< T > Struct Template Reference

#include <rx-predef.hpp>

Public Member Functions

operator() (T t)
 

Member Function Documentation

template<class T >
T rxcpp::identity_for< T >::operator() ( t)
inline

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