[#bsl-stack-05-2constructor-0e6] = xref:bsl.adoc[bsl]::xref:bsl/stack-05.adoc[stack]::stack :relfileprefix: ../../ :mrdocs: Create an empty stack. No allocator will be provided to the underlying container. That container's memory allocation will be provided by the default allocator of its type. == Synopsis Declared in `<bslstl_stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit stack(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#