Return true if lhs and rhs do not refer to the same element.
Synopsis
Declared in <bsltf_testvaluesarray.h>
template<class VALUE>
bool
operator!=(
TestValuesArrayIterator<VALUE> const& lhs,
TestValuesArrayIterator<VALUE> const& rhs);
Description
Return true if the specified lhs and the specified rhs do not refer to the same element, and false otherwise. The behavior is undefined unless lhs and rhs are comparable.
Return Value
true if they do not refer to the same element
Parameters
Name |
Description |
lhs |
left‐hand iterator |
rhs |
right‐hand iterator |
Created with MrDocs