Iam beginner in C++, and I want to use insert function of unordered multiset pointer below to add new element:
unordered multiset
struct Customer { size_t operator()(const char& c) const; }; unordered_multiset<char, Customer>* ms
can any one help?
Aucun commentaire:
Enregistrer un commentaire