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

Method operator>=

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

Source from the content-addressed store, hash-verified

3082bool Value::operator<=(const Value& other) const { return !(other < *this); }
3083
3084bool Value::operator>=(const Value& other) const { return !(*this < other); }
3085
3086bool Value::operator>(const Value& other) const { return other < *this; }
3087

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected