Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Requires:要求:;; `value_type`is constructible from `args`. Returns:;; `true` if an insert took place. Concurrency:;; Blocking on rehashing of `*this`. Notes:;; If可由参数 `args` 构造。返回值:;; 成功插入元素时返回 `true`。
并发特性:;; 当对当前对象执行重哈希操作时会阻塞。
注意:;; 若 `args...`
is of the form `k,v`, it delays constructing the whole object until it is certain that an element should be inserted, using only the `k` argument to check.格式为 `k,v`,则会仅使用参数 `k` 进行键检查,**直到确定需要插入元素时**,才会构造完整对象。