Return true if the specified lhs and rhs index clerks do not have the same value, and false otherwise.
Declared in <bdlc_indexclerk.h>
bool
operator!=(
IndexClerk const& lhs,
IndexClerk const& rhs);
Two IndexClerk objects do not have the same value if they do not have the same nextNewIndex(), or might generate different sequences of integer indices.
true if not equal, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side index clerk |
| rhs | right-hand-side index clerk |