|
SlHelpers
|
Parse a version string into numbers. More...
#include <Misc.h>
Static Public Member Functions | |
| static auto | versionSplit (std::string_view version) noexcept |
Split version into a string array. | |
| static unsigned | versionPart (std::string_view version, bool rc=false) noexcept |
Convert version into a number. | |
| static unsigned | versionSum (std::string_view version) noexcept |
Sum up version parts as parsed from version. | |
Parse a version string into numbers.
|
inlinestaticnoexcept |
Sum up version parts as parsed from version.
| version | Version to parse |