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

Build Platform (Operating System) More...

#include <Build.h>

Public Types

enum  Type {
  Unknown = 0 ,
  Windows ,
  Apple ,
  Linux ,
  Wasm
}
 

Static Public Member Functions

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

Detailed Description

Build Platform (Operating System)

Member Function Documentation

◆ toString()

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

Get StringView from Platform::Type.


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