We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::pair<iterator,bool> insert(const key_type& key, const value_type& value);
Inserts element into the container, if the container doesn't already contain an element with an equivalent key and value.
... mpv::bmap<int,double> bm_dif; bm_dif.insert(10,20.4); ...
There was an error while loading. Please reload this page.