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