std::raw_storage_iterator::operator=

From cppreference.com
raw_storage_iterator& operator=( const T& el );

Constructs a value at the location the iterator points to from el.

[edit] Parameters

el - the value to copy

[edit] Return value

*this