Represents a semantic version with major, minor, and optional patch.
More...
#include <src/utils/version.h>
Represents a semantic version with major, minor, and optional patch.
Definition at line 28 of file version.h.
◆ operator!=()
| bool zrythm::utils::Version::operator!= |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ operator<()
| bool zrythm::utils::Version::operator< |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ operator<=()
| bool zrythm::utils::Version::operator<= |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ operator==()
| bool zrythm::utils::Version::operator== |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ operator>()
| bool zrythm::utils::Version::operator> |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ operator>=()
| bool zrythm::utils::Version::operator>= |
( |
const Version & | other | ) |
const |
|
inlinenodiscardconstexpr |
◆ major
| int zrythm::utils::Version::major |
◆ minor
| int zrythm::utils::Version::minor |
◆ patch
| std::optional<int> zrythm::utils::Version::patch |
The documentation for this struct was generated from the following file: