class
#include <slang/util/Version.h>
VersionInfo Provides access to compile-time generated version info about the library.
Contents
- Reference
Public static functions
- static auto getMajor() -> int
- Gets the major version number of the library.
- static auto getMinor() -> int
- Gets the minor version number of the library.
- static auto getRevision() -> std::string_view
- Gets a string describing the revision information of the library.