22 General utilities library [utilities]
template<class T> constexpr bool operator=(const optional<T>& x, nullopt_t) noexcept;
template<class T> constexpr strong_ordering operator<=>(const optional<T>& x, nullopt_t) noexcept;
Returns:
x.has_value() <=> false.