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