MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/CompactNSearch / operator==

Method operator==

include/DataStructures.h:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool operator==(HashKey const& other) const
41 {
42 return
43 k[0] == other.k[0] &&
44 k[1] == other.k[1] &&
45 k[2] == other.k[2];
46 }
47
48 bool operator!=(HashKey const& other) const
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected