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