The address of a size_type variable is used as an argument of stoi(). Reference link is given below:
I can also do the same operation without using size_type. I have read the documentation I have given, but I didn't get when should I use it.
Then, what is the contribution of using the address of a size_type variable here and when sould we use it?