BloombergLP::bdlat_ArrayIterators::BackInsertIterator::operator=

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

Synopsis

Declared in <bdlat_arrayiterators.h>

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

Return Value

reference to this modifiable iterator

Parameters

NameDescription
objvalue to append to the array