MCPcopy Create free account
hub / github.com/Samsung/UTopia / operator-

Function operator-

external/jsoncpp/json/json.h:1283–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281 bool operator!=(const SelfType& other) const { return !isEqual(other); }
1282
1283 difference_type operator-(const SelfType& other) const {
1284 return other.computeDistance(*this);
1285 }
1286
1287 /// Return either the index or the member name of the referenced value as a
1288 /// Value.

Callers

nothing calls this directly

Calls 1

computeDistanceMethod · 0.80

Tested by

no test coverage detected