[#BloombergLP-bslalg-DequeIterator-0d-operator_star] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequeIterator-0d.adoc[DequeIterator]::operator* :relfileprefix: ../../../ :mrdocs: Return a reference to the parameterized `VALUE_TYPE` object pointed to by this iterator. Note that this value is modifiable if `VALUE_TYPE` is modifiable, and non‐modifiable if it is not. == Synopsis Declared in `<bslalg_dequeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VALUE_TYPE& operator*() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#