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:;; Invalidates pointers and references to elements if a rehashing is issued. + + The interface is exposition only, as C++ does not allow to declare parameters可由参数 `args` 构造。返回值:;; 成功插入元素时返回 `true`。
并发特性:;; 若触发重哈希,则会阻塞当前对象 `*this`。
注意:;; 若执行重哈希,将使指向元素的指针和引用失效。
该接口仅为说明性设计,因为 C++ 不允许在可变参数包之后声明参数 `f1`
and和 `f2`after a variadic parameter pack.。