xtd 0.2.0
enum_attribute.h
Go to the documentation of this file.
1 #pragma once
5 namespace xtd {
20  enum class enum_attribute {
22  standard,
24  flags
25  };
26 }
27 
28 // This file is included before enum definition so the enum_register is in the enum.h file.
enum_attribute
Specifies the enum attribute.
Definition: enum_attribute.h:20
Enum flags attribute.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Enum standard attribute. The default value.