MySQL 9.7.0
Source Code Documentation
version_t Struct Reference

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
 

Detailed Description

Type to hold different parts of a version.

Member Function Documentation

◆ operator<()

bool version_t::operator< ( const version_t rhs) const
inline

Member Data Documentation

◆ build

std::string version_t::build

◆ major

size_t version_t::major

◆ minor

size_t version_t::minor

◆ patch

size_t version_t::patch

The documentation for this struct was generated from the following file: