Return a reference to the element pointed to by this iterator.

Synopsis

Declared in <bslalg_dequeiterator.h>

VALUE_TYPE&
operator*() const;

Description

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.

Return Value

reference to the element pointed to by this iterator

Created with MrDocs