version.in.h
static constexpr long major
The major number of this version of HElib.
Definition: version.in.h:30
static constexpr auto asString
The string representation of this version of HElib.
Definition: version.in.h:44
static constexpr bool greaterEquals(long major_, long minor_=0, long patch_=0)
Function that returns whether this version of HElib is equal to or higher than a specified version.
Definition: version.in.h:55
The class acts as a namespace with all members static. Holds the version number for this code of HEli...
Definition: version.in.h:24
Definition: apiAttributes.h:21
static const char * libString()
Get the string version from the HElib compiled library instead of the one defined in the header.
Definition: version.in.cpp:8
static constexpr long patch
The patch number of this version of HElib.
Definition: version.in.h:38
static constexpr long minor
The minor number of this version of HElib.
Definition: version.in.h:34