I have the following array:
static const char * const names[] = { "Banana", "Apple", "Kiwi" }
Is it possible to construct a std::vector<std::string> from this with a simple constructor call?
std::vector<std::string>
Aucun commentaire:
Enregistrer un commentaire