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
- Class Object
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++