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