operator< (<memory>)
Test per un oggetto minore di un secondo oggetto.
template<class Type1, class Del1, class Type2, class Del2>
bool operator<(
const unique_ptr<Type1, Del1>& _Left,
const unique_ptr<Type2&, Del2>& _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 il puntatore sinistro.Ty2
Il tipo esaminato il puntatore di destra.
Valore proprietà/Valore restituito
Restituisce _Left.get() < _Right.get().
Requisiti
Header: <memory>
Spazio dei nomi: std