Comment on The missing C++ smart pointerparentComments−devit3yT&& doesn't run the T destructor when it's destroyed, which is the whole point of unique_ptr.
Comments
T&& doesn't run the T destructor when it's destroyed, which is the whole point of unique_ptr.