operator=

The raw_storage_iterator assignment operator.

  raw_storage_iterator<OutputIterator,T>&

  operator=(const T& element);  
Remarks

Constructs a value from element at the location to which the iterator points.

A reference to the iterator.