#include <mim/plugin.h>
|
| constexpr auto | operator<=> (const Version &other) const noexcept |
| | Compares major/minor/suffix, ignores hash.
|
| constexpr bool | operator== (const Version &other) const noexcept |
| | Compares major/minor/suffix, ignores hash.
|
Definition at line 28 of file plugin.h.
◆ operator<=>()
| auto mim::Version::operator<=> |
( |
const Version & | other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
| bool mim::Version::operator== |
( |
const Version & | other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Version & | v ) |
|
friend |
◆ hash
| const char* mim::Version::hash |
◆ major
◆ minor
◆ suffix
| const char* mim::Version::suffix |
The documentation for this struct was generated from the following file: