Return the current load factor for this table. The load factor is the statistical mean number of elements per bucket.
Synopsis
Declared in <bslstl_hashtable.h>
float
loadFactor() const;
Return Value
current load factor (mean elements per bucket)
Created with MrDocs