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

Method operator!=

src/Version.cpp:94–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

92
93////////////////////////////////////////////////////////////////////////////////
94bool Version::operator!=(const Version& other) const {
95 return std::tie(major, minor, patch) != std::tie(other.major, other.minor, other.patch);
96}
97
98////////////////////////////////////////////////////////////////////////////////
99Version::operator std::string() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected