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

Inline implementations for toy::application::Version comparison operators. More...

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

Go to the source code of this file.

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

Inline implementations for toy::application::Version comparison operators.

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