cds
2.3.2
|
Bit-wise memcmp-based comparator for hash value T
.
More...
#include <cds/intrusive/details/feldman_hashset_base.h>
Public Member Functions | |
int | operator() (T const &lhs, T const &rhs) const |
Compares lhs and rhs . More... | |
Bit-wise memcmp-based comparator for hash value T
.
|
inline |
Compares lhs
and rhs
.
Returns:
< 0
if lhs < rhs
0
if lhs == rhs
> 0
if lhs > rhs