Return whether the maps differ in key/value contents.
Declared in <bdlc_flathashmap.h>
template<>
bool
operator!=(
FlatHashMap const& lhs,
FlatHashMap const& rhs);
true if not equal, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand map |
| rhs | right-hand map |