C
conrad
In C, we have pass by value only.
This results from values being the
product of 'the value of the expression'.
Now, I imagine that the C++ standard
has the same concept of the
'value of the expression' but I wonder
what it yields in such a case when
passing a reference to a function
that expects a reference. Would it
perhaps be 'an object of the expression'?
This results from values being the
product of 'the value of the expression'.
Now, I imagine that the C++ standard
has the same concept of the
'value of the expression' but I wonder
what it yields in such a case when
passing a reference to a function
that expects a reference. Would it
perhaps be 'an object of the expression'?