[#bsl-hash_set-2constructor-09] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::hash_set :relfileprefix: ../../ :mrdocs: Create a hash set from the specified iterator range. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> hash_set( _InputIterator __f, _InputIterator __l, xref:bsl/hash_set/size_type.adoc[size_type] __n, xref:bsl/hash_set/hasher.adoc[hasher] const& __hf); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#