operator> (<memory>)
Test per un oggetto maggiore di un secondo oggetto.
template<class Ty1, class Del1, class Ty2, class Del2>
bool operator>(
const unique_ptr<Ty1, Del1>& _Left,
const unique_ptr<Ty2&, Del2gt;& _Right
);
template<class Ty1, class Ty2>
bool operator>(
const shared_ptr<Ty1>& _Left,
const shared_ptr<Ty2>& _Right
);
Parametri
_Left
Uno degli oggetti da confrontare._Right
Uno degli oggetti da confrontare.Ty1
Il tipo esaminato a sinistra condiviso il puntatore.Ty2
Il tipo esaminato dal puntatore condiviso di destra.
Valore proprietà/Valore restituito
Restituisce _Left.get() > _Right.get().
Requisiti
Header: <memory>
Spazio dei nomi: std