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