Skip to content

std::Questionable<T>::operator==

operator==

Equality comparison with null

Signature

op ==(self, const std::null_t&) -> bool

Specifiers

  • const
  • noexcept

See Also

Back to Questionable<T>