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