MCPcopy Create free account
hub / github.com/ddnet/ddnet / operator<

Method operator<

src/base/net.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool NETADDR::operator<(const NETADDR &other) const
186{
187 return net_addr_comp(this, &other) < 0;
188}
189
190size_t std::hash<NETADDR>::operator()(const NETADDR &Addr) const noexcept
191{

Callers

nothing calls this directly

Calls 1

net_addr_compFunction · 0.85

Tested by

no test coverage detected