System::SmartPtr::operator bool method

SmartPtr::operator bool method

Checks if pointer is not null.

System::SmartPtr<T>::operator bool() const noexcept

ReturnValue

False if pointer is null, true otherwise.

See Also