Perfect ForwardingObject& can modify the object but not const Object& (T&&) ---> have access to the object can read but not modify rvalue ---> Object &&...
Commentaires