Return whether the iterators refer to the same position.
Declared in <bdlc_flathashtable.h>
template<>
bool
operator==<>(
FlatHashTable_IteratorImp const& a,
FlatHashTable_IteratorImp const& b);
true if the iterators refer to the same position, and false otherwise
| Name | Description |
|---|---|
| a | first iterator to compare |
| b | second iterator to compare |