[#bsl-stack-0c] = xref:bsl.adoc[bsl]::xref:bsl/stack-05.adoc[stack<CONTAINER::value_type, CONTAINER>] :relfileprefix: ../ :mrdocs: Deduce the template parameters `VALUE` and `CONTAINER` from the parameters supplied to the constructor of `stack`. This deduction guide does not participate if the parameter meets the requirements for a standard allocator. == Synopsis Declared in `<bslstl_stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class CONTAINER> requires !bsl::IsStdAllocator_v<CONTAINER> xref:bsl/stack-05.adoc[stack<CONTAINER::value_type, CONTAINER>](CONTAINER) -> xref:bsl/stack-05.adoc[stack<CONTAINER::value_type, CONTAINER>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#