Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Inserts an object, constructed with the arguments `args`, in the table if there is no element in the table with an equivalent key, and then invokes `f1` with a non-const reference to the newly created element. Otherwise, invokes `f2` with a reference to the equivalent element; such reference is const iff `若容器中无等价键的元素,则使用参数args构造对象并插入容器,随后以新创建元素的非常量引用调用f1;否则,以等价元素的引用调用f2;若使用emplace_and_cvisit
` is used.,则该引用为常量引用。