Returns the current load factor of the underlying hash set.

Synopsis

Declared in <absl/container/linked_hash_set.h>

float
load_factor() const;

Return Value

The load factor.

Created with MrDocs