Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`. Notes:;; This function is similiar to返回值:;; 若执行插入操作则返回 true。并发特性:;; 阻塞对 *this 的重哈希操作。
注意:;; 该函数与 xref:#concurrent_node_map_emplace [emplace]
, with the difference that no `value_type` is constructed if there is an element with an equivalent key; otherwise, the construction is of the form: + + -- ```c++类似,区别在于:若表中已存在等价键的元素,则不会构造 value_type;否则,构造方式如下: