operator!()
SmartPtr::operator!() const method
Checks if pointer is null.
bool System::SmartPtr<T>::operator!() const noexcept
Return Value
True if pointer is null, false otherwise.
See Also
- Class SmartPtr
- Namespace System
- Library Aspose.Slides
Checks if pointer is null.
bool System::SmartPtr<T>::operator!() const noexcept
True if pointer is null, false otherwise.