xtd 0.2.0
enum_collection.h File Reference
#include "ustring.h"

Definition

Contains xtd::enum_collection.

Include dependency graph for enum_collection.h:
This graph shows which files directly or indirectly include this file:

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...