![]() |
MySQL 9.7.0
Source Code Documentation
|
Type to hold different parts of a version. More...
Public Member Functions | |
| bool | operator< (const version_t &rhs) const |
Public Attributes | |
| size_t | major |
| size_t | minor |
| size_t | patch |
| std::string | build |
Type to hold different parts of a version.
|
inline |
| std::string version_t::build |
| size_t version_t::major |
| size_t version_t::minor |
| size_t version_t::patch |