[#bsl-stack-05-2constructor-0e2] = xref:bsl.adoc[bsl]::xref:bsl/stack-05.adoc[stack]::stack :relfileprefix: ../../ :mrdocs: Create a stack by moving from the specified `container`. == Synopsis Declared in `<bslstl_stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit stack(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<CONTAINER>] container); ---- == Description Create a stack whose underlying container has the value of the specified `container` (on entry) by moving the contents of `container` to the new stack. The allocator associated with `container` is propagated for use in the new stack. `container` is left in a valid but unspecified state. == Parameters [cols="1,4"] |=== | Name| Description | *container* | underlying container to move from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#