Aracılığıyla paylaş


shared_ptr::owner_before

Döndürür true bu shared_ptr önce sipariş (veya daha az) sağlanan işaretçi.

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

Parametreler

  • ptr
    Bir lvalue başvuru ya da bir shared_ptr veya bir weak_ptr.

Özellik Değeri ve Dönüş Değeri

Bu ise döndürür true shared_ptr önce İşaretçi parametresi, aksi durumda false sıralar.

Notlar

Şablon üye işlevi true verir *this olan ordered beforeptr.

Gereksinimler

Başlık: <memory>

Namespace: std

Ayrıca bkz.

Başvuru

shared_ptr::owner_before