Compares two nullopt_t objects for equality.
Declared in <beman/optional/optional.hpp>
constexpr
bool
operator==(
nullopt_t lhs,
nullopt_t rhs) noexcept;
Always true, since all nullopt_t objects compare equal.
| Name | Description |
|---|---|
| lhs | The left-hand nullopt_t object. |
| rhs | The right-hand nullopt_t object. |