BloombergLP::bdlat_ArrayIterators::BackInsertIterator::operator=

Assignment operators

Synopses

Declared in <bdlat_arrayiterators.h>

Assign this iterator the value of the specified rhs.

bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator=(BackInsertIterator const& rhs);
» more...

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

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

Return Value

reference to this modifiable iterator

Parameters

NameDescription
rhsiterator to assign from
objvalue to append to the array