[#bsl-hash_map-insert_noresize] = xref:bsl.adoc[bsl]::xref:bsl/hash_map.adoc[hash_map]::insert_noresize :relfileprefix: ../../ :mrdocs: Insert `__obj` without resizing the bucket vector if the key is new. == Synopsis Declared in `<bslstp_hashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/pair-0b.adoc[pair<iterator, bool>] insert_noresize(xref:bsl/hash_map/value_type.adoc[value_type] const& __obj); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#