#include <hashcomp.h>
Public Member Functions | |
bool | operator() (const in_addr &s1, const in_addr &s2) const |
The operator () does the actual comparison in hash_map. |
Checking is done by copying both into a size_t then doing a numeric comparison of the two.
Definition at line 71 of file hashcomp.h.
|
The operator () does the actual comparison in hash_map.
|