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

Name

Description

a

first iterator to compare

b

second iterator to compare

Created with MrDocs