#include <CheckForUpdates.hpp>
Comparable Version struct, an instance can be made from a version string e.g "1.0.0"
Definition at line 25 of file CheckForUpdates.hpp.
◆ Version() [1/2]
CheckForUpdates::Version::Version |
( |
| ) |
|
|
inline |
◆ Version() [2/2]
CheckForUpdates::Version::Version |
( |
const std::string & |
tag_name | ) |
|
|
inline |
◆ operator<()
constexpr bool CheckForUpdates::Version::operator< |
( |
const Version & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
constexpr bool CheckForUpdates::Version::operator== |
( |
const Version & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator>()
constexpr bool CheckForUpdates::Version::operator> |
( |
const Version & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ Parse()
void CheckForUpdates::Version::Parse |
( |
const std::string & |
tag_name | ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Version & |
v |
|
) |
| |
|
friend |
◆ major
std::uint16_t CheckForUpdates::Version::major |
◆ minor
std::uint16_t CheckForUpdates::Version::minor |
◆ patch
std::uint16_t CheckForUpdates::Version::patch |
The documentation for this struct was generated from the following file: