Struct Version
Defined in File Version.hpp
Struct Documentation
-
struct Version
Version structure.
Public Types
Public Functions
-
Version(unsigned major, unsigned minor, unsigned patch, const PreReleaseType &type = PreReleaseType::NONE, const std::optional<uint16_t> &preReleaseVersion = std::nullopt, const std::string &buildInfo = "")
Construct Version major, minor, patch, and pre-release information.
-
inline Version(unsigned major, unsigned minor, unsigned patch, const std::string &buildInfo)
-
std::string getBuildInfo() const
Get build info.
-
Version(unsigned major, unsigned minor, unsigned patch, const PreReleaseType &type = PreReleaseType::NONE, const std::optional<uint16_t> &preReleaseVersion = std::nullopt, const std::string &buildInfo = "")