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

Method operator<=

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected