MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/CompactNSearch / HashKey

Method HashKey

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

Source from the content-addressed store, hash-verified

24struct HashKey
25{
26 HashKey() = default;
27 HashKey(int i, int j, int k)
28 : k{i, j, k}
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected