carl
24.04
Computer ARithmetic Library
|
Alternative specialization of std::hash for pointer types. More...
#include <pointerOperations.h>
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Data Fields | |
std::hash< T > | _hash |
Alternative specialization of std::hash for pointer types.
In case the pointer is not a nullptr, we return the hash of the object it points to.
Definition at line 164 of file pointerOperations.h.
|
inline |
Definition at line 166 of file pointerOperations.h.
std::hash<T> carl::hash< T, mayBeNull >::_hash |
Definition at line 165 of file pointerOperations.h.