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

Method operator>

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

Source from the content-addressed store, hash-verified

3084bool Value::operator>=(const Value& other) const { return !(*this < other); }
3085
3086bool Value::operator>(const Value& other) const { return other < *this; }
3087
3088bool Value::operator==(const Value& other) const {
3089 // if ( type_ != other.type_ )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected