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

Method operator^

src/Variant.cpp:1243–1247  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1241
1242////////////////////////////////////////////////////////////////////////////////
1243Variant Variant::operator^(const Variant& other) const {
1244 Variant left(*this);
1245 left ^= other;
1246 return left;
1247}
1248
1249////////////////////////////////////////////////////////////////////////////////
1250Variant& Variant::operator-=(const Variant& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected