Create an iterator to an element within a specified block.
Declared in <bslalg_dequeiterator.h>
DequeIterator(
BlockPtr* blockPtrPtr,
VALUE_TYPE* valuePtr);
Create an iterator pointing to the element at the specified valuePtr address in the block pointed to by the specified blockPtrPtr. The behavior is undefined unless valuePtr points into the block *blockPtrPtr.
| Name | Description |
|---|---|
| blockPtrPtr | address of the block pointer for the element's block |
| valuePtr | address of the element within that block |