Returns whether two sets contain different elements.
Synopsis
Declared in <absl/container/linked_hash_set.h>
bool
operator!=(
linked_hash_set const& a,
linked_hash_set const& b);
Return Value
true if the sets are not equal.
Parameters
Name |
Description |
a |
The first set to compare. |
b |
The second set to compare. |
Created with MrDocs