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满足 https://en.cppreference.com/w/cpp/named_req/CopyInsertable[CopyInsertable^]. 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要求。返回值:;; 成功执行插入操作则返回 `true`。并发特性:;; 对当前对象执行重哈希操作时会发生阻塞。注意:;; 若调用形式为 `insert(x)`,且 `x` 可同时隐式转换为 `const value_type&` andamp;` 与 `const init_type&`, is not ambiguous and selects theamp;`,该调用不存在歧义,会选用 `init_type`overload.重载版本。