Skip to content

QuantumGate::Local::GetVersion

Karel Donk edited this page Jun 1, 2018 · 1 revision

Gets the QuantumGate module version.

Signature

std::tuple<UInt, UInt, UInt, UInt> GetVersion() const noexcept;

Return values

Returns a std::tuple of UInt elements with:

  • Major version number (first element)
  • Minor version number (second element)
  • Revision number (third element)
  • Build number (fourth element)

Clone this wiki locally