shared_ptr::owner_before
이 경우 반환 true shared_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 shared_ptr 그렇지 않은 경우 포인터 매개 변수 앞에 정렬 됩니다.
설명
템플릿 멤버 함수 경우 true를 반환 *this 는 ordered beforeptr.
요구 사항
헤더: <memory>
네임 스페이스: std