Create a stack having the value of the specified original.

Synopsis

Declared in <bslstl_stack.h>

stack(stack const& original);

Description

Create a stack having the value of the specified original. The currently installed default allocator is used to supply memory.

Parameters

Name

Description

original

stack whose value is copied

Created with MrDocs