concurrent_unordered_set::load_factor 方法

計算並傳回容器目前載入因數。 載入因數是 Bucket 的數目除以的容器中項目數。

float load_factor() const;

傳回值

容器的載入因數。

需求

標頭: internal_concurrent_hash.h

**命名空間:**concurrency

請參閱

參考

concurrent_unordered_set 類別