xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "ustring.h"
Contains xtd::platform_id enum class.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Enumerations | |
enum class | xtd::platform_id { xtd::unknown , xtd::win32s , xtd::win32_windows , xtd::win32_nt , xtd::win_ce , xtd::unix , xtd::xbox , xtd::macos , xtd::ios , xtd::android } |
Identifies the operating system, or platform, supported by an assembly. More... | |
Functions | |
std::ostream & | xtd::operator<< (std::ostream &os, platform_id value) |
std::wostream & | xtd::operator<< (std::wostream &os, platform_id value) |