#include "icomparable.hpp"#include "string.hpp"#include "parse.hpp"#include "literals/version.hpp"Contains xtd::version class.
Go to the source code of this file.
Classes | |
| class | xtd::version |
| Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<> | |
| xtd::version | xtd::parse< xtd::version > (const std::string &str) |
| Converts the string representation of a version to its xtd::versiob equivalent. | |