Return whether the sets have the same contents.
Declared in <bdlc_flathashset.h>
template<>
bool
operator==(
FlatHashSet const& a,
FlatHashSet const& b);
true if equal, and false otherwise
| Name | Description |
|---|---|
| a | first set to compare |
| b | second set to compare |