|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
51 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::month_of_year> {{
xtd::month_of_year::january,
"january"}, {
xtd::month_of_year::february,
"february"}, {
xtd::month_of_year::march,
"march"}, {
xtd::month_of_year::april,
"april"}, {
xtd::month_of_year::may,
"may"}, {
xtd::month_of_year::june,
"june"}, {
xtd::month_of_year::july,
"july"}, {
xtd::month_of_year::august,
"august"}, {
xtd::month_of_year::september,
"september"}, {
xtd::month_of_year::october,
"october"}, {
xtd::month_of_year::november,
"november"}, {
xtd::month_of_year::december,
"december"}};}
Contains enum_ and enum_ut_ keywords.
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:22
month_of_year
Specifies the month of the year.
Definition month_of_year.hpp:21
@ september
Indicates september.
@ january
Indicates january.
@ november
Indicates november.
@ august
Indicates august.
@ february
Indicates february.
@ october
Indicates october.
@ december
Indicates december.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Provides the registration struct for enumerations.
Definition enum_register.hpp:38