Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
iterator insert(const_iterator hint, const value_type& obj);``` Inserts `obj` in the container if and only if there is no element in the container with an equivalent key.```当且仅当容器中不存在具有等价键的元素时,才将 `obj` 插入容器中。