MCPcopy Create free account
hub / github.com/Tessil/ordered-map / load_factor

Method load_factor

include/tsl/ordered_map.h:717–717  ·  view source on GitHub ↗

* Hash policy */

Source from the content-addressed store, hash-verified

715 * Hash policy
716 */
717 float load_factor() const { return m_ht.load_factor(); }
718 float max_load_factor() const { return m_ht.max_load_factor(); }
719 void max_load_factor(float ml) { m_ht.max_load_factor(ml); }
720

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected