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:;; In a call of the form `insert_and_[c]visit(obj, f1, f2)`, the overloads accepting a `value_type&&` argument participate in overload resolution only if要求。返回值:;; 若执行插入操作则返回 `true`。
并发特性:;; 阻塞对 `*this` 的重哈希操作。
注意:;; 在形式为 `insert_and_[c]visit(obj, f1, f2)` 的调用中,仅当 `std::remove_reference<decltype(obj)>::type`
is为 `value_type`.时,接受 `value_type&&` 参数的重载版本才会参与重载决议。</decltype(obj)>