bsl::queue::queue

Create a queue having the value of the specified original. The allocator associated with original (if any) is propagated for use in the new queue. original is left in valid but unspecified state.

Synopsis

Declared in <bslstl_queue.h>

queue(BloombergLP::bslmf::MovableRef<queue> container);