MCPcopy Create free account
hub / github.com/creatale/node-dv / Element

Class Element

deps/tesseract/classify/kdtree.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 ~MinK();
57
58 struct Element {
59 Element() {}
60 Element(const Key& k, const Value& v) : key(k), value(v) {}
61
62 Key key;
63 Value value;
64 };
65
66 bool insert(Key k, Value v);
67 const Key& max_insertable_key();

Callers 1

insertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected