Introduction to set

in which video was set introduced properly? I can’t understand the auto str:s notation. Could you direct me to the topic for this

for (auto str : s) , auto deduces the element type of container s , iterating through each element, assigning it to str in each loop iteration.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Nice information

I like it