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