Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Things to check
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()`。在高负载条件下,该数值可能会因元素擦除而减小。