#include "enum.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 | xtd::language_id { xtd::language_id::unknown = -1, xtd::language_id::cpp_pre98 = 0, xtd::language_id::cpp98, xtd::language_id::cpp11, xtd::language_id::cpp14, xtd::language_id::cpp17, xtd::language_id::cpp20, xtd::language_id::cpp23 } |
Identifies the c++ language used by assembly. More... | |