libsemigroups
|
Provides a call operator for comparing Elements via pointers. More...
#include <elements.h>
Public Member Functions | |
bool | operator() (Element const *x, Element const *y) const |
Returns true if x and y point to equal Element's. More... | |
Provides a call operator for comparing Elements via pointers.
This struct provides a call operator for comparing const Element pointers (by comparing the Element objects they point to). This is used by various methods of the Semigroup class.
|
inline |
Returns true
if x
and y
point to equal Element's.