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

#include <rx-util.hpp>

Public Member Functions

bool operator() (const T &lhs, const T &rhs) const
 

Member Function Documentation

template<class T = void>
bool rxcpp::util::equal_to< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

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