Assign this iterator the value of the specified rhs.
Synopsis
Declared in <bdlat_arrayiterators.h>
bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator=(BackInsertIterator const& rhs);
Return Value
reference to this modifiable iterator
Parameters
Name |
Description |
rhs |
iterator to assign from |
Created with MrDocs