Angus wrote:
Followup question: Will this be possible with the upcoming C++
standard? (AFAIK something similar will be possible with std::vector.)
static const std::map<Reques tType, stringRequestMa p = {
{ AOpenEx, "AOpenEx" },
{ AClose, "AClose" },
{ ARegister, "ARegister" },
{ AUnregister, "Unregister " } };
{ AOpenEx, "AOpenEx" },
{ AClose, "AClose" },
{ ARegister, "ARegister" },
{ AUnregister, "Unregister " } };
standard? (AFAIK something similar will be possible with std::vector.)