[#bsl-hash_set-resize] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::resize :relfileprefix: ../../ :mrdocs: Rebuild the bucket vector using a size suggested by the specified hint. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void resize(xref:bsl/hash_set/size_type.adoc[size_type] __hint); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__hint* | desired number of elements to accommodate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#