[#bsl-queue-0a5-2constructor-0f5] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::queue :relfileprefix: ../../ :mrdocs: Create a queue from `range` using `allocator`. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_RANGE, class t_ALLOCATOR> queue( std::from_range_t unused, t_RANGE&& range, t_ALLOCATOR const& allocator) requires bsl::uses_allocator<CONTAINER,t_ALLOCATOR>::value; ---- == Description Same as the preceding overload. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | tag selecting the from‐range constructor overload | *range* | input range of elements to insert | *allocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#