mardi 27 février 2018

Should be std::set

I see that map have a const key on value_type but set not work the same way.

If std::map<T>::value_type are std::pair<const Key, T> would std::set<T>::value_type be const Key?

Aucun commentaire:

Enregistrer un commentaire