samedi 19 février 2022

Sets in STL of C++

I have been reading about set container from cplusplus.com, But I didn't understood what does the following line mean by ' direct iteration on subsets based on their order ' ?

Set containers are generally slower than unordered_set containers to access individual elements by their key, but they allow the direct iteration on subsets based on their order.

Aucun commentaire:

Enregistrer un commentaire