MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / less

Method less

tests/autotester/json11.hpp:370–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 int int_value() const override { return m_value; }
369 bool equals(const JsonValue * other) const override { return m_value == other->number_value(); }
370 bool less(const JsonValue * other) const override { return m_value < other->number_value(); }
371public:
372 explicit JsonInt(int value) : Value(value) {}
373};

Callers

nothing calls this directly

Calls 1

number_valueMethod · 0.45

Tested by

no test coverage detected