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.返回:在不进行 rehash 的前提下,容器所能容纳的最大元素数量(假设不会有更多元素被擦除)。注意:在构造、rehash 或清空之后,容器的最大负载至少为 `max_load_factor() * bucket_count()`。在高负载条件下,该值可能因擦除操作而减小。