Assignment operator.
<beman/optional/optional.hpp>
constexpr optional& operator=(optional const& rhs) noexcept = default;
If rhs has a value, assigns it to the stored value. Otherwise resets the stored value in *this.
rhs
*this