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