Deduce the template parameter VALUE from the parameters supplied to the constructor of stack.
Declared in <bslstl_stack.h>
template<ranges::input_range t_RANGE>
stack<ranges::range_value_t<t_RANGE>>(
std::from_range_t,
t_RANGE&&) -> stack<ranges::range_value_t<t_RANGE>>;