Luna::RingDeque::RingDeque
RingDeque(const allocator_type &alloc)
Constructs an empty queue with an custom allocator.
Parameters
-
in alloc
The allocator to use. The allocator object will be copy-constructed into the queue.
RingDeque(const allocator_type &alloc)
Constructs an empty queue with an custom allocator.
in alloc
The allocator to use. The allocator object will be copy-constructed into the queue.