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

Method operator<

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

Source from the content-addressed store, hash-verified

516}
517
518bool Json::operator< (const Json &other) const {
519 if (m_ptr->type() != other.m_ptr->type())
520 return m_ptr->type() < other.m_ptr->type();
521
522 return m_ptr->less(other.m_ptr.get());
523}
524
525/* * * * * * * * * * * * * * * * * * * *
526 * Parsing

Callers

nothing calls this directly

Calls 2

typeMethod · 0.45
lessMethod · 0.45

Tested by

no test coverage detected