xtd 0.2.0
enum_collection.hpp File Reference
#include "collections/generic/key_value_pair.hpp"
#include "string.hpp"
#include <vector>

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