Assignment operators

Synopses

Declared in <bdlat_arrayiterators.h>

Assign this iterator the value of the specified rhs.

Append the specified obj to the end of the array manipulated by this iterator and return this iterator.

template<class ELEM_TYPE>
bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator=(ELEM_TYPE const& obj);

Created with MrDocs