Returns whether two sets contain the same 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 equal.
Parameters
Name |
Description |
a |
The first set to compare. |
b |
The second set to compare. |
Created with MrDocs