Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Returns:;; The maximum number of elements the container can hold without rehashing, assuming that no further elements will be erased. Note:;; After construction, rehash or clearance, the container's maximum load is at least `max_load_factor() * bucket_count()`. This number may decrease on erasure under high-load conditions.返回:;; 假设不再删除更多元素,容器在不进行重哈希的情况下所能容纳的最大元素数量。注意:;; 在构造、重哈希或清空之后,容器的最大负载至少为 `max_load_factor() * bucket_count()`。在高负载条件下,该值可能因删除操作而减小。