#include <xtd/as>
#include <xtd/console>
#include <xtd/enum_class>
bold = 0b1,
italic = 0b10,
underline = 0b100,
strikeout = 0b1000
);
auto main() -> int {
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
#define enum_class_(namespace_name, enum_class_t,...)
Provides the registration struct for enum class.
Definition enum_class.hpp:52
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
type_t as(any_object &o)
Casts a type into another type.
Definition __as_any_object.hpp:59
@ normal
Represent the exit mode when the terminates normally (via xtd::environment::exit or returning from th...
Definition exit_mode.hpp:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the base class for enumerations.
Definition enum_object.hpp:48