#include <functors.hpp>
Public Member Functions | |
template<class T > | |
auto | operator() (const T &x, const T &y) const -> decltype(x==y) |
operator() More... | |
equal_to functor
Definition at line 556 of file functors.hpp.
|
inline |
operator()
T |
x | |
y |
Definition at line 567 of file functors.hpp.