operator bool()

SmartPtr::operator bool() const method

Checks if pointer is not null.

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

Return Value

False if pointer is null, true otherwise.

See Also