Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Changes if necessary the size of the bucket array so that there are at least `n` buckets, and so that the load factor is less than or equal to the maximum load factor. When applicable, this will either grow or shrink the `bucket_count()` associated with the table.效果:;; 必要时调整桶数组大小,确保桶数量至少为 `n`,且负载因子小于等于最大负载因子。适用时,会增大或缩小表关联的桶数量 `bucket_count()`。