MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / less

Method less

python-package/compile/src/io/json11.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 return m_value == static_cast<const Value<tag, T> *>(other)->m_value;
163 }
164 bool less(const JsonValue * other) const override {
165 return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
166 }
167
168 const T m_value;
169 void dump(string &out) const override { json11::dump(m_value, out); }

Callers 1

operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected