#include <xtd/as>
#include <xtd/console>
#include <xtd/enum_class>
value_one,
value_two,
value_three,
value_four
);
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_ut_(namespace_name, enum_class_t, underlying_t,...)
Provides the registration struct for enum class with specified underlying type.
Definition enum_class.hpp:30
type_t as(any_object &o)
Casts a type into another type.
Definition __as_any_object.hpp:59
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:49