[#BloombergLP-bslalg-DequeIterator-01-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequeIterator-01.adoc[DequeIterator<VALUE_TYPE, 1>]::DequeIterator :relfileprefix: ../../../ :mrdocs: Create an iterator pointing to the first element in the block pointed to by the specified `blockPtrPtr`. == Synopsis Declared in `<bslalg_dequeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DequeIterator(BlockPtr* blockPtrPtr); ---- == Parameters [cols="1,4"] |=== | Name| Description | *blockPtrPtr* | address of the block pointer for the initial block |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#