共用方式為


concurrent_unordered_map::load_factor Method

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

float load_factor( ) const;

傳回值

容器的載入因數。

需求

標題: internal_concurrent_hash.h

命名空間: concurrency

請參閱

參考

concurrent_unordered_map 類別