Perfect Forwarding
- Éloïse Hamadi
- 25 août
- 1 min de lecture
Object& can modify the object
but not
const Object& (T&&) ---> have access to the object can read but not modify
rvalue ---> Object && move a object in order to give full right on the object
if a fonction want to manipulate different refer'ence of objetcs.



Commentaires