다음을 통해 공유


weak_ptr::owner_before

반환 true 이 경우 weak_ptr 전에 주문 (또는 보다 작은) 제공 된 포인터입니다.

template<class Other>
    bool owner_before(const shared_ptr<Other>& ptr);
template<class Other>
    bool owner_before(const weak_ptr<Other>& ptr);

매개 변수

  • ptr
    lvalue 를 참조는 shared_ptr 또는 weak_ptr.

속성 값/반환 값

반환 true 이 경우 weak_ptr 정렬 하기 전에 포인터 매개 변수를 false 하지 않으면.

설명

템플릿 멤버 함수를 반환 합니다. true 경우 *this 는 ordered beforeptr.

요구 사항

헤더: <memory>

네임 스페이스: std

참고 항목

참조

weak_ptr Class

<memory>