Function edition
Synopsis
#include "breeze/environment/windows_only/windows_version_info.hpp"
std::string edition() const
Description
- Returns
- A (possibly empty) string with the edition of the operating system. The return type could be
maybe< std::string >
but I didn't want to introduce another dependency.
Source
Line 68 in breeze/environment/windows_only/windows_version_info.hpp.