Struct podio::version::Version

struct Version

Version class consisting of three 16 bit unsigned integers to hold the major, minor and patch version.

Provides constexpr comparison operators that allow one to use this class in constexpr-if clauses.

Public Members

uint16_t major = {0}
uint16_t minor = {0}
uint16_t patch = {0}

Friends

friend std::ostream &operator<<(std::ostream&, const Version &v)