what is (const String& str)?

T

tggfang

Please, anybody can tell me what is the real meaning of this

const String& str

thanks
 
?

=?iso-8859-1?Q?Ali_=C7ehreli?=

Please, anybody can tell me what is the real meaning of this

const String& str

str is a reference (just another name) to an existing object of type String.
Additionally, that object cannot be modified through this reference.

Ali
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,052
Members
47,656
Latest member
rickwatson

Latest Threads

Top