Skip to content

std::Questionable<T>::operator?

operator?

Collapse operator to get T | null_t | Error

Signature

op ?(self) -> bool

Specifiers

  • const
  • noexcept

See Also

Back to Questionable<T>