I have seen this statement while programming in cpp
For(auto i:vector)
Cout<<i.first;
What's the meaning?
Is it similar to for loop?
I have seen this statement while programming in cpp
For(auto i:vector)
Cout<<i.first;
What's the meaning?
Is it similar to for loop?