Assigns the contained value from rhs if it has one, destroying the old value if there
Synopsis
Declared in <beman/optional/optional.hpp>
template<class U>
constexpr
optional<T>&
operator=(optional<U>&& rhs)
requires (detail::enable_assign_from_other<T, U, U>);