carl
24.04
Computer ARithmetic Library
|
Alternative specialization of std::less for pointer types. More...
#include <pointerOperations.h>
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Data Fields | |
std::less< T > | _less |
Alternative specialization of std::less 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 97 of file pointerOperations.h.
|
inline |
Definition at line 99 of file pointerOperations.h.
std::less<T> carl::less< T, mayBeNull >::_less |
Definition at line 98 of file pointerOperations.h.