When we use class string, we create an string object. what is about its member functions? We don't call them except the function that overload operator <<>>

So, my confusion is, how do, and where if called , the other member functions are called?

Or they are called automatically? Is this a way?