concurrent_unordered_multimap::load_factor Method

计算并返回容器的当前加载因素。 加载因素是元素数。存储桶数部件的容器的。

float load_factor() const;

返回值

容器的负载因素。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_multimap 类