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.
Declared in <bslstl_stack.h>
explicit
stack(BloombergLP::bslmf::MovableRef<CONTAINER> container);