Move assignment.
storage_ptr& operator=( storage_ptr&& other); » more...
more...
Copy assignment.
storage_ptr& operator=( storage_ptr const& other); » more...