MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / minor

Method minor

src/backend/common/Version.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 constexpr int major() const { return major_; }
39 constexpr int minor() const { return minor_; }
40 constexpr int patch() const { return patch_; }
41
42 constexpr Version(const int ver_major, const int ver_minor = -1,

Callers 5

formatMethod · 0.80
libNamesFunction · 0.80
operator==Function · 0.80
operator<Function · 0.80
cudnnModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected