BloombergLP::bdlc::operator==<>

Return whether the iterators refer to the same position.

Synopsis

Declared in <bdlc_flathashtable.h>

template<>
bool
operator==<>(
    FlatHashTable_IteratorImp const& a,
    FlatHashTable_IteratorImp const& b);

Return Value

true if the iterators refer to the same position, and false otherwise

Parameters

NameDescription
afirst iterator to compare
bsecond iterator to compare