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::language_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::language_id { xtd::unknown , xtd::cpp_pre98 , xtd::cpp98 , xtd::cpp11 , xtd::cpp14 , xtd::cpp17 , xtd::cpp20 } |
Identifies the c++ language used by assembly. More... | |
Functions | |
std::ostream & | xtd::operator<< (std::ostream &os, language_id value) |
std::wostream & | xtd::operator<< (std::wostream &os, language_id value) |