Método System::SmartPtr::GetObjectOrNull

SmartPtr::GetObjectOrNull method

Obtiene el objeto apuntado (si lo hay) o nullptr. Igual que get().

Object * System::SmartPtr<T>::GetObjectOrNull() const

ReturnValue

Puntero crudo al objeto referenciado (si lo hay) o nullptr.

Ver también