Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Things to check
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:;; Invalidates pointers and references to elements if a rehashing is issued. + + The返回值:插入成功时返回`true`。并发:执行重哈希操作时会阻塞当前对象`*this`。
说明:若触发重哈希,将使指向元素的指针和引用失效。
`template<class
K,k,="" classM>` only participates in overload resolution if="" m="">` 仅当 `Hash::is_transparent`and和 `Pred::is_transparent`are valid member typedefs. The library assumes that `Hash` is callable with both `K` and `Key` and that `Pred` is transparent. This enables heterogeneous lookup which avoids the cost of instantiating an instance of the `Key` type.为有效成员类型别名时才参与重载决议。库假定`Hash`可同时接受`K`与`Key`类型参数调用,且`Pred`是透明的。这支持异构查找,避免了实例化`Key`类型对象的开销。</class>