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

Method rehash

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

Source from the content-addressed store, hash-verified

719 void max_load_factor(float ml) { m_ht.max_load_factor(ml); }
720
721 void rehash(size_type count) { m_ht.rehash(count); }
722 void reserve(size_type count) { m_ht.reserve(count); }
723
724 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected