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::equal_to< void > Struct Template Reference

#include <rx-util.hpp>

Public Member Functions

template<class LHS , class RHS >
auto operator() (LHS &&lhs, RHS &&rhs) const -> decltype(std::forward< LHS >(lhs)==std::forward< RHS >(rhs))
 

Member Function Documentation

template<class LHS , class RHS >
auto rxcpp::util::equal_to< void >::operator() ( LHS &&  lhs,
RHS &&  rhs 
) const -> decltype(std::forward<LHS>(lhs) == std::forward<RHS>(rhs))
inline

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