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()`。