ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
version.hpp File Reference

Application version type and comparison operators. More...

This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Application version type and comparison operators.

Defines toy::application::Version and declares comparison operators.

Note
Included by application.hpp; do not include this file directly.