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

Method operator>

src/Version.cpp:79–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77
78////////////////////////////////////////////////////////////////////////////////
79bool Version::operator>(const Version& other) const {
80 return std::tie(major, minor, patch) > std::tie(other.major, other.minor, other.patch);
81}
82
83////////////////////////////////////////////////////////////////////////////////
84bool Version::operator>=(const Version& other) const {

Callers 1

is_readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected