Luna::RingDeque::RingDeque
RingDeque(const RingDeque &rhs, const allocator_type &alloc)
Constructs a queue with an custom allocator and with elements copied from another queue.
Parameters
-
in rhs
The queue to copy elements from.
-
in alloc
The allocator to use. The allocator object will be copy-constructed into the queue.