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

Method operator!=

include/DataStructures.h:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 bool operator!=(HashKey const& other) const
49 {
50 return !(*this == other);
51 }
52
53 int k[3];
54};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected