Return true if the specified lhs and rhs index clerks do not have the same value, and false otherwise.

Synopsis

Declared in <bdlc_indexclerk.h>

bool
operator!=(
    IndexClerk const& lhs,
    IndexClerk const& rhs);

Description

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.

Return Value

true if not equal, and false otherwise

Parameters

Name

Description

lhs

left‐hand‐side index clerk

rhs

right‐hand‐side index clerk

Created with MrDocs