Condividi tramite


weak_ptr::owner_before

Restituisce true se questo weak_ptr viene ordinato prima (o minore di) del puntatore fornito.

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

Parametri

  • ptr
    Un riferimento lvalue a shared_ptr o a weak_ptr.

Valore proprietà/Valore restituito

Restituisce true se si ordina prima del parametro del puntatore, falseweak_ptr caso contrario.

Note

La funzione membro di un modello true restituisce se *this è ordered beforeptr.

Requisiti

intestazione: <memory>

Spazio dei nomi: deviazione standard

Vedere anche

Riferimenti

weak_ptr Class

<memory>