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
build_type.h File Reference
#include "ustring.h"

Definition

Contains xtd::build_type 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::build_type {
  xtd::build_type::debug ,
  xtd::build_type::release
}
 Identifies the build type. More...
 

Functions

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