Since the destruction of
*this
decreases the number of instances that share ownership with
*this
by one,
after
*this has been destroyed
all
shared_ptr instances that shared ownership with
*this will report a
use_count() that is one less
than its previous value
.