Return true if the specified lhs and rhs index clerks 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 have the same value if they have the same nextNewIndex() and would always generate the same sequence of integer indices.
Return Value
true if equal, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side index clerk |
rhs |
right‐hand‐side index clerk |
Created with MrDocs