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::util::ret< T > Struct Template Reference

#include <rx-util.hpp>

Public Member Functions

template<class LHS >
auto operator() (LHS &&) const -> decltype(T())
 

Member Function Documentation

◆ operator()()

template<class T >
template<class LHS >
auto rxcpp::util::ret< T >::operator() ( LHS &&  ) const -> decltype(T())
inline

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