Function which returns whether its arguments are equal. More...
Public Member Functions | |
template<typename Reference1 , typename Reference2 > | |
bool | operator() (Reference1 &&x, Reference2 &&y) const |
Public Types | |
using | first_argument_type = T |
using | second_argument_type = T |
using | result_type = bool |
Function which returns whether its arguments are equal.
T | Type of the arguments. |