Tests whether two optional_refs differ.
Declared in <absl/types/optional_ref.h>
template<
typename T,
typename U>
constexpr
bool
operator!=(
optional_ref<T> a,
optional_ref<U> b);
true if the operands are not equal.
| Name | Description |
|---|---|
| a | The left operand. |
| b | The right operand. |