xtd 0.2.0
Loading...
Searching...
No Matches

◆ language_id

enum class xtd::language_id
strong

Identifies the c++ language used by assembly.

Namespace
xtd
Library
xtd.core
See also
xtd::cpp_language
Remarks
For more info about c++ see cppreference.
Enumerator
unknown 

The language is unknown.

cpp_pre98 

The language is pre 98.

cpp98 

The language is c++98.

cpp11 

The language is c++11.

cpp14 

The language is c++14.

cpp17 

The language is c++17.

cpp20 

The language is c++20.

cpp23 

The language is c++23.

cpp26 

The language is c++26.

Todo:
Set the correct value when the __cplusplus macro is defined for c++26...
cpp29 

The language is c++29.

Todo:
Set the correct value when the __cplusplus macro is defined for c++29...