Return true if the specified lhs and rhs index clerks have the same value, and false otherwise. Two IndexClerk objects have the same value if they have the same nextNewIndex() and would always generate the same sequence of integer indices.

Synopsis

Declared in <bdlc_indexclerk.h>

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

Created with MrDocs