[#BloombergLP-bdlat_ArrayIterators-BackInsertIterator-operator_assign-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayIterators.adoc[bdlat_ArrayIterators]::xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[BackInsertIterator]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlat_arrayiterators.h>` Assign this iterator the value of the specified `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[bdlat_ArrayIterators::BackInsertIterator<TYPE>]& xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_assign-09.adoc[operator=](xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[BackInsertIterator] const& rhs); ---- [.small]#xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_assign-09.adoc[_» more..._]# Append the specified `obj` to the end of the array manipulated by this iterator and return this iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEM_TYPE> xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[bdlat_ArrayIterators::BackInsertIterator<TYPE>]& xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_assign-06.adoc[operator=](ELEM_TYPE const& obj); ---- [.small]#xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_assign-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#