[#BloombergLP-bslalg-DequeIterator-0d-valuePtrDecrement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequeIterator-0d.adoc[DequeIterator]::valuePtrDecrement :relfileprefix: ../../../ :mrdocs: Decrement this iterator to point to the next element in the block of the corresponding deque. The behavior is undefined unless this iterator is pointed to a valid position of the deque. Note that this method is used only for optimization purposes in `bslstl_Deque`, and clients of this package should not use this directly. == Synopsis Declared in `<bslalg_dequeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void valuePtrDecrement(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#