System::SmartPtr::GetPointer 메서드

SmartPtr::GetPointer method

가리키는 객체가 있으면 반환하고, 없으면 nullptr를 반환합니다. get()와 동일합니다.

Pointee_ * System::SmartPtr<T>::GetPointer() const

ReturnValue

참조된 객체(있는 경우) 또는 nullptr에 대한 원시 포인터.

또 보기