xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
architecture_id.h File Reference
#include "ustring.h"

Definition

Contains xtd::architecture_id enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::architecture_id {
  xtd::architecture_id::unknown ,
  xtd::architecture_id::x86 ,
  xtd::architecture_id::arm
}
 Identifies the processor architecture, supported by an assembly. More...
 

Functions

std::ostream & xtd::operator<< (std::ostream &os, architecture_id value)
 
std::wostream & xtd::operator<< (std::wostream &os, architecture_id value)