Returns whether the set is empty.
Synopsis
Declared in <absl/container/linked_hash_set.h>
bool
empty() const;
Return Value
true if the set contains no elements.
Created with MrDocs
Returns whether the set is empty.
Declared in <absl/container/linked_hash_set.h>
bool
empty() const;
true if the set contains no elements.
Created with MrDocs