[#bsl-List_Iterator-operator_ptr] = xref:bsl.adoc[bsl]::xref:bsl/List_Iterator.adoc[List_Iterator]::operator‐> :relfileprefix: ../../ :mrdocs: Return a pointer providing modifiable access to the element referenced by this iterator. The behavior is undefined unless this iterator is in the range `[begin() .. end())]` for some list (i.e., the iterator is not singular, is not `end()`, and has not been invalidated). == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/List_Iterator/pointer.adoc[bsl::List_Iterator<VALUE>::pointer] operator‐>() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#