Struct podio::version::Version

struct Version

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

Provides constexpr comparison operators that allow 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)