Compares two maps for inequality.
Declared in <folly/container/F14Map.h>
template<
typename K,
typename M,
typename H,
typename E,
typename A>
bool
operator!=(
F14NodeMap<K, M, H, E, A> const& lhs,
F14NodeMap<K, M, H, E, A> const& rhs);
True if the maps do not contain the same elements.
| Name | Description |
|---|---|
| lhs | The first map. |
| rhs | The second map. |