Closed rahul233343 closed 4 years ago
Do current version has support of adding enum values from the vector of strings?
If yes? How to use that?
You may be able to do it in C++20. At least, as I understand it, operator [] on std::vector is now constexpr. The string would also have to be a compile-time value.
operator []
std::vector
constexpr
Do current version has support of adding enum values from the vector of strings?
If yes? How to use that?