Relative Content

Tag Archive for c++parametersreference

vector reference parameter with braces initialization. why it works? [duplicate]

This question already has answers here: Why is it possible to pass an rvalue by const lvalue reference? [duplicate] (1 answer) Can you use a braced-init-list as a (default) template argument? (2 answers) Closed 15 days ago. I understand about the reference type with l-value that it should have address. But, I don’t understand why […]