Provides the set attribute struct for enumerations.
Definition enum_set_attribute.hpp:36
Header
#include <xtd/enum_set_attribute>
Namespace
xtd
Library
xtd.core
Remarks
The overloading of this operator is necessary for enum classes to be recognized as having a flags attribute to be properly handled by xtd::string::format().
For more information about enumeration, see enum class guide.
When an enumeration is registered, we can display its name instead of its value, we can format it and parse it.