[#bsl-deque-05e] = xref:bsl.adoc[bsl]::xref:bsl/deque-0c.adoc[deque<ranges::range_value_t<t_RANGE>, t_ALLOCATOR>] :relfileprefix: ../ :mrdocs: Deduce the template parameters `VALUE_TYPE` and `ALLOCATOR` from the parameters supplied to the constructor of `deque`. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< ranges::input_range t_RANGE, class t_ALLOCATOR = xref:bsl/allocator-0df.adoc[allocator<ranges::range_value_t<t_RANGE>>]> xref:bsl/deque-0c.adoc[deque<ranges::range_value_t<t_RANGE>, t_ALLOCATOR>]( std::from_range_t, t_RANGE&&, t_ALLOCATOR) -> xref:bsl/deque-0c.adoc[deque<ranges::range_value_t<t_RANGE>, t_ALLOCATOR>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#