#include <compare.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
bool | operator() (const T1 &Arg1, const T2 &Arg2) const |
Function operator. More... | |
is_equal functor
Standard STL equal_to only handle comparison between arguments of the same type. This is a less restrictive version which wraps operator ==.
|
inline |
Function operator.
Compare two operands for equality