dimanche 27 août 2017

How to insert a new element in a map with the following signature in C++

How to insert a new element in a map with the following signature in C++:

std::map<std::string, std::pair<int, std::vector< std::string > > > m;

Aucun commentaire:

Enregistrer un commentaire