[#bsl-set-0b] = xref:bsl.adoc[bsl]::xref:bsl/set-0d.adoc[set<KEY, std::less<KEY>, ALLOCATOR>] :relfileprefix: ../ :mrdocs: Deduce `KEY` and `ALLOCATOR` from an iterator‐range constructor. == Synopsis Declared in `<bslstl_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class INPUT_ITERATOR, class ALLOCATOR, class KEY = xref:BloombergLP/bslstl/IteratorUtil/IterVal_t.adoc[BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITERATOR>]> requires bsl::IsStdAllocator_v<ALLOCATOR> xref:bsl/set-0d.adoc[set<KEY, std::less<KEY>, ALLOCATOR>]( INPUT_ITERATOR, INPUT_ITERATOR, ALLOCATOR) -> xref:bsl/set-0d.adoc[set<KEY, std::less<KEY>, ALLOCATOR>]; ---- == Description This deduction guide does not participate unless the supplied allocator meets the requirements of a standard allocator. [.small]#Created with https://www.mrdocs.com[MrDocs]#