System::WeakPtr::expired method
WeakPtr::expired method
참조된 객체가 이미 삭제되었는지 확인합니다.
bool System::WeakPtr<T>::expired() const
ReturnValue
참조된 객체가 이미 삭제되었으면 true이고, 그렇지 않으면 false입니다.
또 보기
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
참조된 객체가 이미 삭제되었는지 확인합니다.
bool System::WeakPtr<T>::expired() const
참조된 객체가 이미 삭제되었으면 true이고, 그렇지 않으면 false입니다.