#include "ustring.h"Contains xtd::enum_collection.


Go to the source code of this file.
Namespaces | |
| 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< std::pair< enum_t, xtd::ustring > > |
| Represents a pair of an enum_t value and a string of an enum of type enum_t. More... | |