defines a hash function for TransportAddress More...
#include <TransportAddress.h>
Public Member Functions | |
size_t | operator() (const TransportAddress &h1) const |
defines a hash function for TransportAddress
Definition at line 56 of file TransportAddress.h.
size_t TransportAddress::hashFcn::operator() | ( | const TransportAddress & | h1 | ) | const [inline] |
Definition at line 59 of file TransportAddress.h.
00060 { 00061 return h1.hash(); 00062 }