template<typename enum_t>
struct xtd::enum_set_attribute< enum_t >
Provides the set attribute struct for enumerations.
template<typename enum_t>
Provides the set attribute struct for enumerations.
Definition enum_set_attribute.hpp:36
- Header
#include <xtd/enum_set_attribute>
- Namespace
- xtd
- Library
- xtd.core
- Examples
- The following code show how to use xtd::enum_set_attribute operator.
- Examples
- enum_class_flags_without_helpers.cpp, and format_enum_class_flags_without_helper.cpp.