rvalue is not destroyedI figured it out on my own. The answer is that basic types has static lifetime, in other words they ...
rvalue is not destroyedHi guys, I though that after function call all rvalue parameters send to function will be destroyed...
Pass by refference pointer to arrayThanks, looks much more clear for me. Looking at your samples, I see that the best ways to work wit...
Pass by refference pointer to arrayThanks! So as I understand there is the only way to pass pointer to array by value [code]void (T (*n...
Pass by refference pointer to arrayHi guys. I'm studying pointers right now and had already figured out how to pass pointer by referenc...