System::SmartPtr::GetObjectNotNull method

SmartPtr::GetObjectNotNull method

Gets currently referenced object (if any) or throws.

T * System::SmartPtr<T>::GetObjectNotNull() const

ReturnValue

Raw pointer to referenced object.

See Also