xtd 0.2.0
compiler_id.h File Reference
#include "enum.h"

Definition

Contains xtd::compiler_id enum class.

Include dependency graph for compiler_id.h:
This graph shows which files directly or indirectly include this file:

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::compiler_id {
  xtd::compiler_id::unknown = -1,
  xtd::compiler_id::microsoft_visual_studio,
  xtd::compiler_id::clang,
  xtd::compiler_id::gcc
}
 Identifies the compiler, supported by an assembly. More...