![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Application version type and comparison operators. More...
Go to the source code of this file.
Classes | |
| struct | toy::application::Version |
| Application version information structure. More... | |
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
| namespace | toy::application |
| Application-level types and utilities (version, etc.). | |
Functions | |
| constexpr bool | toy::application::operator== (const Version &lhs, const Version &rhs) noexcept |
| Equality of two toy::application::Version values. | |
| constexpr strong_ordering | toy::application::operator<=> (const Version &lhs, const Version &rhs) noexcept |
| Three-way comparison of two toy::application::Version values (lexicographic order). | |
Application version type and comparison operators.
Defines toy::application::Version and declares comparison operators.