Contains xtd::enum_collection.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Typedefs | |
template<typename enum_t > | |
using | xtd::enum_collection = std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > |
Represents a pair of an enum_t value and a string of an enum of type enum_t. | |