Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Build::Architecture Struct Reference

Build Architecture (Processor / Instruction set) More...

#include <Build.h>

Public Types

enum  Type {
  Any = 0 ,
  Intel32 ,
  Intel64 ,
  Arm64 ,
  Wasm
}
 

Static Public Member Functions

static constexpr StringView toString (Type type)
 Get StringView from Architecture::Type. More...
 

Detailed Description

Build Architecture (Processor / Instruction set)

Member Function Documentation

◆ toString()

static constexpr StringView SC::Build::Architecture::toString ( Type  type)
inlinestaticconstexpr

Get StringView from Architecture::Type.


The documentation for this struct was generated from the following file: