MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / operator!=

Method operator!=

06.12-bcd0/main.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool operator!=(const BCD& rhs) const
23 {
24 return not(*this == rhs);
25 }
26
27private:
28 int mValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected