MCPcopy Create free account
hub / github.com/KDAB/codebrowser / operator+

Method operator+

tests/testqt.cc:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150class QQQQQ {
151public:
152 void operator+(int) {}
153};
154void dontcrash() {
155 QQQQQ q; q + 4;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected