Append the specified obj to the end of the array manipulated by this iterator.
Declared in <bdlat_arrayiterators.h>
template<class ELEM_TYPE>
bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator=(ELEM_TYPE const& obj);
reference to this modifiable iterator
| Name | Description |
|---|---|
| obj | value to append to the array |