| 59 | |
| 60 | struct IpHelper { |
| 61 | size_t |
| 62 | operator()(IpEndpoint const &arg) const |
| 63 | { |
| 64 | return IpAddr{&arg.sa}.hash(); |
| 65 | } |
| 66 | bool |
| 67 | operator()(IpEndpoint const &arg1, IpEndpoint const &arg2) const |
| 68 | { |
nothing calls this directly
no test coverage detected