Three-way comparison operator
Declared in <beman/optional/optional.hpp>
template<class T>
constexpr
std::strong_ordering
operator<=>(
optional<T> const& x,
nullopt_t rhs) noexcept;
The relative order of the objects
| Name | Description |
|---|---|
| x | The left operand |
| rhs | The right operand |