top of page

Perfect Forwarding



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


bottom of page