Return whether the specified queues do not have the same value; see the non-member operator!= in the bsl namespace.
Declared in <bslstl_queue.h>
bool
operator!=(
queue<VALUE2, CONTAINER2> const& lhs,
queue<VALUE2, CONTAINER2> const& rhs);
true if the queues differ, otherwise false
| Name | Description |
|---|---|
| lhs | left-hand queue operand |
| rhs | right-hand queue operand |