共用方式為


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
    shared_ptrweak_ptrlvalue 參考。

屬性值/傳回值

傳回 true ,則 weak_ptr 排序在指標參數之前, false ,否則為。

備註

如果是, *thisordered beforeptr,樣板成員函式傳回 true 。

需求

標題: <memory>

命名空間: std

請參閱

參考

weak_ptr Class

<memory>