[#bsl-List_Iterator-operator_assign] = xref:bsl.adoc[bsl]::xref:bsl/List_Iterator.adoc[List_Iterator]::operator= :relfileprefix: ../../ :mrdocs: Default compiler‐generated copy‐assignment operator. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/List_Iterator.adoc[List_Iterator]& operator=(xref:bsl/List_Iterator.adoc[List_Iterator] const& rhs) = default; ---- == Return Value modifiable reference to this iterator == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | iterator to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#