c++ - setting value of string& to string -


I have a string & amp; Parameter, and I want to assign it to string parameters.

How can this be done?

  zero F (string & param); String mystring = "something"; F (mestring)  

Do you need it?


Comments