xtd 0.2.0
Loading...
Searching...
No Matches
enum_collection.h File Reference
#include "ustring.h"

Definition

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< std::pair< enum_t, xtd::ustring > >
 Represents a pair of an enum_t value and a string of an enum of type enum_t.