dimanche 29 avril 2018

unordered_multiset pointer in C++

Iam beginner in C++, and I want to use insert function of unordered multiset pointer below to add new element:

struct Customer {
 size_t operator()(const char& c) const;
};

unordered_multiset<char, Customer>* ms

can any one help?

Aucun commentaire:

Enregistrer un commentaire