Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Things to check
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Requires:要求:;; `value_type`is满足 https://en.cppreference.com/w/cpp/named_req/MoveInsertable[MoveInsertable^]. Returns:;; `true` if an insert took place. Concurrency:;; Blocking on rehashing of `*this`. Notes:;; A call of the form `insert(x)`, where `x` is equally convertible to both `value_type&&` and `init_type&&`, is not ambiguous and selects the要求。返回值:;; 成功执行插入操作则返回 `true`。
并发特性:;; 对当前对象执行重哈希操作时会发生阻塞。
注意:;; 若调用形式为 `insert(x)`,且 `x` 可同时转换为 `value_type&&` 与 `init_type&&`,该调用不存在歧义,会选用 `init_type`
overload.重载版本。