Create an in-place queue initialized to the value of the specified original queue. Optionally specify the basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
Declared in <bdlc_queue.h>
Queue(
Queue const& original,
bslma::Allocator* basicAllocator = 0);