System::SmartPtr::GetObjectOrNull 메서드
SmartPtr::GetObjectOrNull method
가리키는 객체가 있으면 반환하고, 없으면 nullptr를 반환합니다. get()와 동일합니다.
Object * System::SmartPtr<T>::GetObjectOrNull() const
ReturnValue
참조된 객체(있는 경우) 또는 nullptr에 대한 원시 포인터.
또 보기
- Class Object
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++