Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KnownCompiler enumeration identifies a well-known set of compilers.
Syntax
typedef enum KnownCompiler {
CompilerUnknown,
CompilerMSVC,
CompilerGCC,
CompilerClang,
CompilerRustC
} ;
Constants
CompilerUnknownThe compiler is unknown. |
CompilerMSVCThe compiler is Microsoft Visual C++ (MSVC). |
CompilerGCCThe compiler is GNU Compiler Collection (GCC). |
CompilerClangThe compiler is Clang compiler. |
CompilerRustCThe compiler is Rust compiler (rustc). |
Remarks
These enum values can be used to identify which compiler is being used.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |