[#bsl-unordered_set-02a-load_factor] = xref:bsl.adoc[bsl]::xref:bsl/unordered_set-02a.adoc[unordered_set<ManagedAttribute, AttributeHash>]::load_factor :relfileprefix: ../../ :mrdocs: Return the current ratio between the `size` of this container and the number of buckets. The `load_factor` is a measure of how full the container is, and a higher load factor leads to an increased number of collisions, thus resulting in a loss performance. == Synopsis Declared in `<bslstl_unorderedset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float load_factor() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#