|
Unravel Engine C++ Reference
|
Go to the source code of this file.
Namespaces | |
| namespace | version |
Functions | |
| auto | version::operator== (const engine_version &a, const engine_version &b) -> bool |
| auto | version::operator<=> (const engine_version &a, const engine_version &b) -> std::strong_ordering |
| auto | version::parse (std::string_view text) -> std::optional< engine_version > |
| Parses a version string. Returns nullopt on malformed input. | |
| auto | version::compare (const engine_version &a, const engine_version &b) -> int |
| auto | version::get_current () -> engine_version |
| auto | version::get_major () -> std::string |
| auto | version::get_minor () -> std::string |
| auto | version::get_patch () -> std::string |
| auto | version::get_full () -> std::string |