carl
24.04
Computer ARithmetic Library
|
Alternative specialization of std::equal_to for pointer types. More...
#include <pointerOperations.h>
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Data Fields | |
std::equal_to< T > | eq |
Alternative specialization of std::equal_to for pointer types.
We consider two pointers equal, if they point to the same memory location or the objects they point to are equal. Note that the memory location may also be zero.
Definition at line 29 of file pointerOperations.h.
|
inline |
Definition at line 31 of file pointerOperations.h.
std::equal_to<T> carl::equal_to< T, mayBeNull >::eq |
Definition at line 30 of file pointerOperations.h.