Searched defs:MAKE_ENUM_PAIR (Results 1 – 1 of 1) sorted by relevance
245 #define MAKE_ENUM_PAIR(e, str) std::pair<e, std::wstring>(str, L#str) macro249 #define MAKE_ENUM_PAIR(e, str) std::pair<e, std::string>(str, #str) macro