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