![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Application-level types and utilities (version, etc.). More...
Classes | |
| struct | Version |
| Application version information structure. More... | |
Functions | |
| constexpr bool | operator== (const Version &lhs, const Version &rhs) noexcept |
| Equality of two toy::application::Version values. | |
| constexpr strong_ordering | operator<=> (const Version &lhs, const Version &rhs) noexcept |
| Three-way comparison of two toy::application::Version values (lexicographic order). | |
Application-level types and utilities (version, etc.).
|
nodiscardconstexprnoexcept |
Three-way comparison of two toy::application::Version values (lexicographic order).
Compares major, then minor, then maintenance, then revision.
| lhs | Left-hand side version. |
| rhs | Right-hand side version. |
strong_ordering::less, strong_ordering::equal, or strong_ordering::greater.
|
nodiscardconstexprnoexcept |
Equality of two toy::application::Version values.
| lhs | Left-hand side version. |
| rhs | Right-hand side version. |
true if all components are equal, false otherwise.