Create a block creator for the specified deque.
Declared in <bslstl_deque.h>
explicit
Deque_BlockCreator(deque<VALUE_TYPE, ALLOCATOR>* deque);
Construct a block allocator for the specified deque.
| Name | Description |
|---|---|
| deque | deque for which blocks will be allocated |