MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / operator-

Method operator-

src/Variant.cpp:1367–1371  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1365
1366////////////////////////////////////////////////////////////////////////////////
1367Variant Variant::operator-(const Variant& other) const {
1368 Variant left(*this);
1369 left -= other;
1370 return left;
1371}
1372
1373////////////////////////////////////////////////////////////////////////////////
1374Variant& Variant::operator+=(const Variant& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected