std::unordered_multimap
float load_factor() const;
返回平均每桶元素数,即 size() 除以 bucket_count()。
(无)
平均每桶元素数。
常数。