MCPcopy Create free account
hub / github.com/Illumina/hap.py / operator>=

Method operator>=

external/jsoncpp/jsoncpp.cpp:2049–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2047bool Value::operator<=(const Value &other) const { return !(other < *this); }
2048
2049bool Value::operator>=(const Value &other) const { return !(*this < other); }
2050
2051bool Value::operator>(const Value &other) const { return other < *this; }
2052

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected