Return true if the specified lists do not contain the same elements.
Declared in <bslstp_slist.h>
template<
class _Tp,
class _Alloc>
bool
operator!=(
slist<_Tp, _Alloc> const& __x,
slist<_Tp, _Alloc> const& __y);
true if the lists differ, and false otherwise
| Name | Description |
|---|---|
| __x | left-hand list |
| __y | right-hand list |