[#bsl-queue-0c] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue<ranges::range_value_t<t_RANGE>>] :relfileprefix: ../ :mrdocs: Deduce the template parameter `VALUE` from the parameters supplied to the constructor of `queue`. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<ranges::input_range t_RANGE> xref:bsl/queue-0a5.adoc[queue<ranges::range_value_t<t_RANGE>>]( std::from_range_t, t_RANGE&&) -> xref:bsl/queue-0a5.adoc[queue<ranges::range_value_t<t_RANGE>>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#