Skip to content

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

operator!=

Inequality comparison with null

Signature

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

Specifiers

  • const
  • noexcept

See Also

Back to Questionable<T>